mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)
This commit is contained in:
parent
4263c49d1c
commit
2cd10de330
20 changed files with 142 additions and 118 deletions
4
jit_undef.rb
Normal file
4
jit_undef.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Remove the helper defined in jit_hook.rb
|
||||
class Module
|
||||
undef :with_jit
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue