ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)

This commit is contained in:
Takashi Kokubun 2025-07-30 10:11:10 -07:00 committed by GitHub
parent 4263c49d1c
commit 2cd10de330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 142 additions and 118 deletions

4
jit_undef.rb Normal file
View file

@ -0,0 +1,4 @@
# Remove the helper defined in jit_hook.rb
class Module
undef :with_jit
end