aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rubyvm_jit.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename test_jit to test_mjitTakashi Kokubun2022-05-201-91/+0
| | | | to avoid confusion with YJIT
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-1/+1
|
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-12/+12
|
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-0/+91
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]