summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.rb
AgeCommit message (Expand)Author
2019-08-29Revert "Remove warnings of flip-flop deprecation from tests and specs"Nobuyoshi Nakada
2019-08-12Add another test for frame omitted inliningTakashi Kokubun
2019-08-02Revert "Remove opt_nil_p test to remove warning for now"Yusuke Endoh
2019-08-02Remove opt_nil_p test to remove warning for nowTakashi Kokubun
2019-08-02Fix uplevelNobuyoshi Nakada
2019-08-01Add a test for opt_nil_pTakashi Kokubun
2019-07-14MJIT Support for getblockparamproxyTakashi Kokubun
2019-07-09Restore support library for only test files.Hiroshi SHIBATA
2019-07-03Just disable inlining with local varaible for nowTakashi Kokubun
2019-07-03Revert "Avoid corrupting VM stack on inlined setlocal"Koichi Sasada
2019-07-02Avoid corrupting VM stack on inlined setlocalTakashi Kokubun
2019-07-02Adjust jit_support file path.Hiroshi SHIBATA
2019-04-14Prefer uintptr_t over ptrdiff_t for i686k0kubun
2019-04-14Revert "Try to set false explicitly"k0kubun
2019-04-14Revert "Skip recompiling tests on i686 Linux"k0kubun
2019-04-14Fix typo in platform matcherk0kubun
2019-04-14Skip recompiling tests on i686 Linuxk0kubun
2019-04-14Recompile JIT-ed code without optimizationk0kubun
2019-04-06Cover all insns in test_jit againk0kubun
2019-04-06Suppress unnecessary warnings in test_jitk0kubun
2019-04-06Resurrect a test dropped in r67442k0kubun
2019-04-05add definemethod/definesmethod insn.ko1
2019-03-21Show retry's stdout as wellk0kubun
2019-03-21Explain why cl.exe needs --jit-verbose=2 [ci skip]k0kubun
2019-03-21Insert --jit-verbose=2 logs for mswin debuggingk0kubun
2019-01-10test_jit.rb: change format of test error outputk0kubun
2019-01-01test_jit.rb: test methodref insnk0kubun
2018-12-29test_jit.rb: suppress random test failurek0kubun
2018-12-29test_jit.rb: prevent mixing outputs by race conditionk0kubun
2018-12-28test_jit.rb: suppress random failure on RubyCIk0kubun
2018-12-21test_jit.rb: show debug info for success_count testk0kubun
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