aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/lib/benchmark_driver/runner/mjit.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove MJIT-specific benchmarksTakashi Kokubun2023-03-061-34/+0
|
* Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun2022-11-141-1/+1
| | | for consistency with YJIT
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-4/+4
|
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-4/+4
| | | | | | | | because the name "MJIT" is an internal code name, it's inconsistent with --jit while they are related to each other, and I want to discourage future JIT implementation-specific (e.g. MJIT-specific) APIs by this rename. [Feature #17490]
* Share warmup logic across MJIT benchmarksTakashi Kokubun2020-06-221-0/+34