summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.rb
AgeCommit message (Expand)Author
2018-12-06Speed up hash literals by dupingtenderlove
2018-11-26test_jit.rb: skip a test for Windows for nowk0kubun
2018-11-26process.c: finish MJIT prior to #execk0kubun
2018-11-18test_jit.rb: loosen output checkk0kubun
2018-11-18test_jit.rb: dump information to debug test failurek0kubun
2018-11-18mjit_worker.c: support MJIT in forked Ruby processk0kubun
2018-11-18test_jit.rb: fix typo [ci skip]k0kubun
2018-11-12Export rb_flo_div_flo for MJITnobu
2018-11-07Rename get/setinlinecache to opt_get/opt_setinlinecachemame
2018-10-24_mjit_compile_ivar.erb: cancel on undefined ivark0kubun
2018-10-24test_jit.rb: test newhashfromarrayk0kubun
2018-10-20require 'rbconifg' earlier.ko1
2018-10-20rename configure option `--disable-mjit` to `--disable-mjit-support`ko1
2018-10-20add disabling MJIT features option.ko1
2018-10-19test/lib/jit_support.rb: continue to skip test_jitk0kubun
2018-10-19test/lib/jit_support.rb: fire test_jit everywherek0kubun
2018-10-14_mjit_compile_getivar.erb: optimize IC-hit getivark0kubun
2018-10-08include/ruby/ruby.h: import external symbolsk0kubun
2018-10-08test_jit.rb: skip to test tempdir emptinessk0kubun
2018-10-07mjit_worker.c: clean up all unnecessary files on mswink0kubun
2018-10-07mjit.h: introduce MJIT_STATIC for full mswin JIT supportk0kubun
2018-10-07test_jit.rb: skip some testsk0kubun
2018-09-26revert r64847, r64846 and r64839k0kubun
2018-09-26revert r64838 and r64839k0kubun
2018-09-25insns.def: drop bitblt insnk0kubun
2018-09-25Revert "Revert r64824 to fix build failure on AppVeyor"k0kubun
2018-09-25Revert r64824 to fix build failure on AppVeyork0kubun
2018-09-24insns.def: optimize & and | of Integer [experimental]k0kubun
2018-09-11test_jit.rb: show extra debug info for #test_unload_unitsk0kubun
2018-08-11_mjit_compile_pc_and_sp.erb: always move pck0kubun
2018-08-09mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun
2018-08-07mjit.c: initial support for mswin MJITk0kubun
2018-08-02test_jit.rb: split the test concernk0kubun
2018-07-29test_jit.rb: skip known test failure on MinGWk0kubun
2018-07-29test_jit.rb: use the appropiate namek0kubun
2018-07-29mjit.c: disable compaction on empty queue w/ --jit-waitk0kubun
2018-07-28mjit.c: introduce JIT compaction [experimental]k0kubun
2018-07-27mjit.c: keep all .o filesk0kubun
2018-07-27test_jit.rb: test unload_unitsk0kubun
2018-07-24test_jit.rb: give up debugging cc1 issuek0kubun
2018-07-24test_jit.rb: suppress unused variable warningk0kubun
2018-07-07insns.def: stop pushing unnecessary keys for MJITk0kubun
2018-07-07_mjit_compile_insn_body: rollback pc correctlyk0kubun
2018-07-05revert r62655 for r63763k0kubun
2018-06-15Remove warnings of flip-flop deprecation from tests and specsmame
2018-05-22test_jit.rb: propagate suspicious stderrk0kubun
2018-05-09_mjit_compile_send.erb: revert r63350k0kubun
2018-05-07_mjit_compile_send.erb: inline recursive callk0kubun
2018-05-03_mjit_compile_send.erb: retry inlining attr_readerk0kubun
2018-05-02test_jit.rb: test local variablesk0kubun