aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/lib/benchmark_driver/runner/mjit_exec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove mjit_exec benchmarksTakashi Kokubun2022-08-211-237/+0
* Rename mjit_compile.c to mjit_compiler.cTakashi Kokubun2022-08-211-1/+1
* Rename mjit_exec to jit_exec (#6262)Takashi Kokubun2022-08-191-3/+3
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-3/+3
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-3/+3
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-3/+3
* Reduce ISeq size of mjit_exec benchmarkTakashi Kokubun2019-09-261-9/+9
* Add special runner to benchmark mjit_execTakashi Kokubun2019-09-261-0/+237