mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
* YJIT: Allow inlining ISEQ calls with a block * Leave a TODO comment about u16 inline_block
8 lines
138 B
YAML
8 lines
138 B
YAML
prelude: |
|
|
eval(<<~EOS)
|
|
def loop_times_megamorphic
|
|
#{"1.times {|i|};" * 1000}
|
|
end
|
|
EOS
|
|
benchmark: loop_times_megamorphic
|