summaryrefslogtreecommitdiff
path: root/lib/ruby_vm/mjit/compiler.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2022-12-22 11:35:45 -0800
committerTakashi Kokubun <[email protected]>2022-12-22 11:35:46 -0800
commit9dcee2d80ee995e11b0fd437d4a94930ccb6db67 (patch)
treea67d2768251f14b8b32315d1fc97dffa9810ffc0 /lib/ruby_vm/mjit/compiler.rb
parentad1ce2b7b6034688bfb171b6fbc54bc9e3ffa54c (diff)
Remove MJIT's private constants from docs [ci skip]
Diffstat (limited to 'lib/ruby_vm/mjit/compiler.rb')
-rw-r--r--lib/ruby_vm/mjit/compiler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ruby_vm/mjit/compiler.rb b/lib/ruby_vm/mjit/compiler.rb
index fae51d6114..3ef3babf66 100644
--- a/lib/ruby_vm/mjit/compiler.rb
+++ b/lib/ruby_vm/mjit/compiler.rb
@@ -13,7 +13,7 @@
# DISPATCH_ORIGINAL_INSN(): expanded in _mjit_compile_insn.erb
# THROW_EXCEPTION(): specially defined for JIT
# RESTORE_REGS(): specially defined for `leave`
-class RubyVM::MJIT::Compiler
+class RubyVM::MJIT::Compiler # :nodoc: all
C = RubyVM::MJIT.const_get(:C, false)
INSNS = RubyVM::MJIT.const_get(:INSNS, false)
UNSUPPORTED_INSNS = [