summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm2_unif1.rb
blob: e12bd2ade0454964eb3e0944a79c599508d4b889 (plain)
1
2
3
4
5
6
7
8
i = 0
def m a, b
end

while i<6000000 # benchmark loop 2
  i+=1
  m 100, 200
end
1_8_6_229&id=644c9985256e8bf52d8ec362dcebe4a437e7fd51'>RJIT: Support --rjit-stats on release build as wellTakashi Kokubun 2023-03-10RJIT: Always enable --rjit-dump-disasmTakashi Kokubun 2023-03-09Explain the project purpose in rjit.md [ci skip]Takashi Kokubun 2023-03-07Update documentation about RJITTakashi Kokubun 2023-03-06s/mjit/rjit/Takashi Kokubun 2023-03-06s/MJIT/RJIT/Takashi Kokubun 2023-03-06Rename MJIT filenames to RJITTakashi Kokubun