mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
s/mjit/rjit/
This commit is contained in:
parent
2e875549a9
commit
23ec248e48
Notes:
git
2023-03-07 07:44:22 +00:00
63 changed files with 1070 additions and 1072 deletions
|
@ -1,7 +1,7 @@
|
|||
module RubyVM::RJIT
|
||||
module Hooks # :nodoc: all
|
||||
def self.on_bop_redefined(_redefined_flag, _bop)
|
||||
# C.mjit_cancel_all("BOP is redefined")
|
||||
# C.rjit_cancel_all("BOP is redefined")
|
||||
end
|
||||
|
||||
def self.on_cme_invalidate(cme)
|
||||
|
@ -10,7 +10,7 @@ module RubyVM::RJIT
|
|||
end
|
||||
|
||||
def self.on_ractor_spawn
|
||||
# C.mjit_cancel_all("Ractor is spawned")
|
||||
# C.rjit_cancel_all("Ractor is spawned")
|
||||
end
|
||||
|
||||
# Global constant changes like const_set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue