aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rubyvm_mjit.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun2022-11-141-6/+6
* Remove MJIT worker thread (#6006)Takashi Kokubun2022-06-151-1/+5
* MJIT: Add a test for Process.waitall handlingTakashi Kokubun2022-06-141-0/+13
* Make the test class naming consistentTakashi Kokubun2022-05-201-1/+1
* Rename test_jit to test_mjitTakashi Kokubun2022-05-201-0/+91
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-91/+0
* RubyVM::MJIT.pause(wait: true) should waitTakashi Kokubun2019-09-261-0/+16
* Restore support library for only test files.Hiroshi SHIBATA2019-07-091-1/+1
* Adjust jit_support file path.Hiroshi SHIBATA2019-07-021-1/+1
* skip tests if --disable-mjit-support.ko12018-10-201-0/+2
* mjit.c: don't let MJIT.pause hang on full active unitsk0kubun2018-10-191-0/+12
* test/lib/jit_support.rb: continue to skip test_jitk0kubun2018-10-191-0/+6
* test_rubyvm_mjit.rb: don't use obsoleted methodk0kubun2018-10-191-6/+0
* test_rubyvm_mjit.rb: skip testing MJIT if not supportedk0kubun2018-08-111-0/+6
* test_rubyvm_mjit.rb: dump output on test_pausek0kubun2018-08-111-1/+4
* mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun2018-08-091-0/+52