mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00

* YJIT: Allow inlining ISEQ calls with a block * Leave a TODO comment about u16 inline_block
7 lines
138 B
YAML
7 lines
138 B
YAML
prelude: |
|
|
eval(<<~EOS)
|
|
def loop_times_megamorphic
|
|
#{"1.times {|i|};" * 1000}
|
|
end
|
|
EOS
|
|
benchmark: loop_times_megamorphic
|