mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
Remove MJIT's private constants from docs [ci skip]
This commit is contained in:
parent
ad1ce2b7b6
commit
9dcee2d80e
4 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue