X7ROOT File Manager
Current Path:
/opt/alt/ruby33/share/ruby/ruby_vm/rjit
opt
/
alt
/
ruby33
/
share
/
ruby
/
ruby_vm
/
rjit
/
ðŸ“
..
📄
assembler.rb
(32.07 KB)
📄
block.rb
(568 B)
📄
branch_stub.rb
(879 B)
📄
c_pointer.rb
(10.68 KB)
📄
c_type.rb
(2.65 KB)
📄
code_block.rb
(2.28 KB)
📄
compiler.rb
(16.72 KB)
📄
context.rb
(11.14 KB)
📄
entry_stub.rb
(226 B)
📄
exit_compiler.rb
(4.83 KB)
📄
hooks.rb
(949 B)
📄
insn_compiler.rb
(202.68 KB)
📄
instruction.rb
(35.58 KB)
📄
invariants.rb
(4.72 KB)
📄
jit_state.rb
(1.96 KB)
📄
stats.rb
(7.4 KB)
📄
type.rb
(5.91 KB)
Editing: block.rb
class RubyVM::RJIT::Block < Struct.new( :iseq, # @param `` :pc, # @param [Integer] Starting PC :ctx, # @param [RubyVM::RJIT::Context] **Starting** Context (TODO: freeze?) :start_addr, # @param [Integer] Starting address of this block's JIT code :entry_exit, # @param [Integer] Address of entry exit (optional) :incoming, # @param [Array<RubyVM::RJIT::BranchStub>] Incoming branches :invalidated, # @param [TrueClass,FalseClass] true if already invalidated ) def initialize(incoming: [], invalidated: false, **) = super end
Upload File
Create Folder