PATH: //opt/alt/ruby33/share/ruby/ruby_vm/rjit
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 assembler.rb
↓
X
📄 block.rb
↓
X
📄 branch_stub.rb
↓
X
📄 c_pointer.rb
↓
X
📄 c_type.rb
↓
X
📄 code_block.rb
↓
X
📄 compiler.rb
↓
X
📄 context.rb
↓
X
📄 entry_stub.rb
↓
X
📄 exit_compiler.rb
↓
X
📄 hooks.rb
↓
X
📄 insn_compiler.rb
↓
X
📄 instruction.rb
↓
X
📄 invariants.rb
↓
X
📄 jit_state.rb
↓
X
📄 stats.rb
↓
X
📄 type.rb
↓
X
SAVING...
BERHASIL DIUBAH!
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
SIMPAN PERUBAHAN