aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_jit.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove opt_nil_p test to remove warning for nowTakashi Kokubun2019-08-021-7/+0
* Fix uplevelNobuyoshi Nakada2019-08-021-4/+4
* Add a test for opt_nil_pTakashi Kokubun2019-08-011-1/+8
* MJIT Support for getblockparamproxyTakashi Kokubun2019-07-141-2/+12
* Restore support library for only test files.Hiroshi SHIBATA2019-07-091-1/+1
* Just disable inlining with local varaible for nowTakashi Kokubun2019-07-031-0/+14
* Revert "Avoid corrupting VM stack on inlined setlocal"Koichi Sasada2019-07-031-14/+0
* Avoid corrupting VM stack on inlined setlocalTakashi Kokubun2019-07-021-0/+14
* Adjust jit_support file path.Hiroshi SHIBATA2019-07-021-1/+1
* Prefer uintptr_t over ptrdiff_t for i686k0kubun2019-04-141-6/+0
* Revert "Try to set false explicitly"k0kubun2019-04-141-0/+6
* Revert "Skip recompiling tests on i686 Linux"k0kubun2019-04-141-6/+0
* Fix typo in platform matcherk0kubun2019-04-141-2/+2
* Skip recompiling tests on i686 Linuxk0kubun2019-04-141-0/+6
* Recompile JIT-ed code without optimizationk0kubun2019-04-141-2/+3
* Cover all insns in test_jit againk0kubun2019-04-061-5/+24
* Suppress unnecessary warnings in test_jitk0kubun2019-04-061-6/+6
* Resurrect a test dropped in r67442k0kubun2019-04-061-0/+12
* add definemethod/definesmethod insn.ko12019-04-051-14/+5
* Show retry's stdout as wellk0kubun2019-03-211-2/+4
* Explain why cl.exe needs --jit-verbose=2 [ci skip]k0kubun2019-03-211-0/+2
* Insert --jit-verbose=2 logs for mswin debuggingk0kubun2019-03-211-1/+4
* test_jit.rb: change format of test error outputk0kubun2019-01-101-1/+1
* test_jit.rb: test methodref insnk0kubun2019-01-011-0/+7
* test_jit.rb: suppress random test failurek0kubun2018-12-291-7/+3
* test_jit.rb: prevent mixing outputs by race conditionk0kubun2018-12-291-0/+1
* test_jit.rb: suppress random failure on RubyCIk0kubun2018-12-281-2/+2
* test_jit.rb: show debug info for success_count testk0kubun2018-12-211-3/+1
* Speed up hash literals by dupingtenderlove2018-12-061-2/+2
* test_jit.rb: skip a test for Windows for nowk0kubun2018-11-261-1/+5
* process.c: finish MJIT prior to #execk0kubun2018-11-261-0/+12
* test_jit.rb: loosen output checkk0kubun2018-11-181-2/+1
* test_jit.rb: dump information to debug test failurek0kubun2018-11-181-4/+5
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-181-2/+38
* test_jit.rb: fix typo [ci skip]k0kubun2018-11-181-1/+1
* Export rb_flo_div_flo for MJITnobu2018-11-121-0/+1
* Rename get/setinlinecache to opt_get/opt_setinlinecachemame2018-11-071-1/+1
* _mjit_compile_ivar.erb: cancel on undefined ivark0kubun2018-10-241-0/+21
* test_jit.rb: test newhashfromarrayk0kubun2018-10-241-0/+4
* require 'rbconifg' earlier.ko12018-10-201-2/+0
* rename configure option `--disable-mjit` to `--disable-mjit-support`ko12018-10-201-1/+1
* add disabling MJIT features option.ko12018-10-201-0/+4
* test/lib/jit_support.rb: continue to skip test_jitk0kubun2018-10-191-0/+4
* test/lib/jit_support.rb: fire test_jit everywherek0kubun2018-10-191-4/+0
* _mjit_compile_getivar.erb: optimize IC-hit getivark0kubun2018-10-141-0/+19
* include/ruby/ruby.h: import external symbolsk0kubun2018-10-081-16/+0
* test_jit.rb: skip to test tempdir emptinessk0kubun2018-10-081-2/+14
* mjit_worker.c: clean up all unnecessary files on mswink0kubun2018-10-071-9/+0
* mjit.h: introduce MJIT_STATIC for full mswin JIT supportk0kubun2018-10-071-35/+0
* test_jit.rb: skip some testsk0kubun2018-10-071-3/+15