Remove MJIT's private constants from docs [ci skip]
This commit is contained in:
parent
ad1ce2b7b6
commit
9dcee2d80e
@ -1,4 +1,4 @@
|
|||||||
module RubyVM::MJIT
|
module RubyVM::MJIT # :nodoc: all
|
||||||
# Every class under this namespace is a pointer. Even if the type is
|
# Every class under this namespace is a pointer. Even if the type is
|
||||||
# immediate, it shouldn't be dereferenced until `*` is called.
|
# immediate, it shouldn't be dereferenced until `*` is called.
|
||||||
module CPointer
|
module CPointer
|
||||||
|
@ -2,7 +2,7 @@ require 'fiddle'
|
|||||||
require 'fiddle/pack'
|
require 'fiddle/pack'
|
||||||
require_relative 'c_pointer'
|
require_relative 'c_pointer'
|
||||||
|
|
||||||
module RubyVM::MJIT
|
module RubyVM::MJIT # :nodoc: all
|
||||||
module CType
|
module CType
|
||||||
module Struct
|
module Struct
|
||||||
# @param name [String]
|
# @param name [String]
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# DISPATCH_ORIGINAL_INSN(): expanded in _mjit_compile_insn.erb
|
# DISPATCH_ORIGINAL_INSN(): expanded in _mjit_compile_insn.erb
|
||||||
# THROW_EXCEPTION(): specially defined for JIT
|
# THROW_EXCEPTION(): specially defined for JIT
|
||||||
# RESTORE_REGS(): specially defined for `leave`
|
# RESTORE_REGS(): specially defined for `leave`
|
||||||
class RubyVM::MJIT::Compiler
|
class RubyVM::MJIT::Compiler # :nodoc: all
|
||||||
C = RubyVM::MJIT.const_get(:C, false)
|
C = RubyVM::MJIT.const_get(:C, false)
|
||||||
INSNS = RubyVM::MJIT.const_get(:INSNS, false)
|
INSNS = RubyVM::MJIT.const_get(:INSNS, false)
|
||||||
UNSUPPORTED_INSNS = [
|
UNSUPPORTED_INSNS = [
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
# Part of this file is generated by tool/mjit/bindgen.rb.
|
# Part of this file is generated by tool/mjit/bindgen.rb.
|
||||||
# Run `make mjit-bindgen` to update code between "MJIT bindgen begin" and "MJIT bindgen end".
|
# Run `make mjit-bindgen` to update code between "MJIT bindgen begin" and "MJIT bindgen end".
|
||||||
module RubyVM::MJIT
|
module RubyVM::MJIT # :nodoc: all
|
||||||
# This `class << C` section is for calling C functions. For importing variables
|
# This `class << C` section is for calling C functions. For importing variables
|
||||||
# or macros as is, please consider using tool/mjit/bindgen.rb instead.
|
# or macros as is, please consider using tool/mjit/bindgen.rb instead.
|
||||||
class << C
|
class << C
|
||||||
|
Loading…
x
Reference in New Issue
Block a user