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
2
array.rb
2
array.rb
|
@ -212,7 +212,7 @@ class Array
|
|||
indexes
|
||||
end
|
||||
|
||||
with_yjit do
|
||||
with_jit do
|
||||
if Primitive.rb_builtin_basic_definition_p(:each)
|
||||
undef :each
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue