PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
$#$#$#

Dir : /opt/alt/ruby34/share/ruby/ruby_vm/rjit/
Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
IP: 66.29.132.192
Choose File :

Url:
Dir : //opt/alt/ruby34/share/ruby/ruby_vm/rjit/hooks.rb

module RubyVM::RJIT
  module Hooks # :nodoc: all
    def self.on_bop_redefined(_redefined_flag, _bop)
      # C.rjit_cancel_all("BOP is redefined")
    end

    def self.on_cme_invalidate(cme)
      cme = C.rb_callable_method_entry_struct.new(cme)
      Invariants.on_cme_invalidate(cme)
    end

    def self.on_ractor_spawn
      # C.rjit_cancel_all("Ractor is spawned")
    end

    # Global constant changes like const_set
    def self.on_constant_state_changed(id)
      Invariants.on_constant_state_changed(id)
    end

    # ISEQ-specific constant invalidation
    def self.on_constant_ic_update(iseq, ic, insn_idx)
      iseq = C.rb_iseq_t.new(iseq)
      ic = C.IC.new(ic)
      Invariants.on_constant_ic_update(iseq, ic, insn_idx)
    end

    def self.on_tracing_invalidate_all(_new_iseq_events)
      Invariants.on_tracing_invalidate_all
    end

    def self.on_update_references
      Invariants.on_update_references
    end
  end
end