aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_jit.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename test_jit to test_mjitTakashi Kokubun2022-05-201-1273/+0
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-7/+7
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-131-2/+2
* Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans2021-11-181-4/+4
* test/ruby/test_jit.rb: suppress a false-positive warningYusuke Endoh2021-11-121-1/+3
* test/ruby/test_jit.rb: Add a test for checkmatch insnYusuke Endoh2021-10-251-0/+11
* test/ruby/test_jit.rb: Print a hint at exit of the original processYusuke Endoh2021-10-251-1/+2
* Don't cancel JIT-ed code on TracePoint :classTakashi Kokubun2021-08-121-0/+8
* Print JIT cancel when all JIT-ed code is cancelledTakashi Kokubun2021-08-121-0/+9
* compile.c: Emit send for === calls in when statementsAlan Wu2021-05-281-1/+1
* Remove test of removed reverse VM instructionKazuhiro NISHIYAMA2021-04-261-4/+0
* Avoid suppressing unrelated warningsTakashi Kokubun2021-01-181-4/+1
* test/ruby/test_jit.rb: Avoid a warningYusuke Endoh2021-01-191-0/+3
* Fix JIT link failuresTakashi Kokubun2021-01-181-0/+14
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* Fix broken JIT of getinlinecacheTakashi Kokubun2021-01-041-0/+12
* Avoid hanging on --jit-wait after MJIT.pauseTakashi Kokubun2021-01-031-0/+8
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-101-2/+0
* Fix compactions.size for throttlingTakashi Kokubun2020-11-271-1/+1
* Try to fix the mswin CI failureTakashi Kokubun2020-11-271-7/+3
* Avoid unloading units which have enough total_callsTakashi Kokubun2020-11-271-3/+7
* Run unload_units in the JIT worker threadTakashi Kokubun2020-11-271-8/+3
* Always clean up leftovers at ci.rvm.jpTakashi Kokubun2020-11-261-4/+2
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-8/+0
* Enable s390x invokebuiltin JIT test againTakashi Kokubun2020-08-111-1/+0
* Fix an inaccurate comment in test_jitTakashi Kokubun2020-07-101-1/+3
* Make sure vm_call_cfunc uses inlined ccTakashi Kokubun2020-07-101-0/+16
* Check ROBJECT_EMBED on guards-merged ivar accessTakashi Kokubun2020-07-041-0/+28
* Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun2020-07-031-1/+1
* Collect insns from a child processTakashi Kokubun2020-06-251-1/+4
* Do not JIT inline builtin methodsTakashi Kokubun2020-06-241-0/+4
* test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390xYusuke Endoh2020-06-211-1/+1
* Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun2020-06-201-0/+1
* Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun2020-06-201-1/+1
* Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun2020-06-171-5/+0
* Test no .dSYM on macOSTakashi Kokubun2020-05-031-10/+4
* Skip pdb corruption on Visual Studio 2015 as wellTakashi Kokubun2020-05-031-1/+1
* Skip only .dSYM cleanup on macOSTakashi Kokubun2020-05-031-4/+10
* Deduplicate functions in compacted JIT codeTakashi Kokubun2020-05-011-2/+2
* Switch test_unload_units_and_compaction on mswinTakashi Kokubun2020-04-301-4/+8
* Do not stop the world during JIT compactionTakashi Kokubun2020-04-301-2/+4
* Make sure newarraykwsplat accesses a correct indexTakashi Kokubun2020-04-181-0/+10
* Optimize exivar access on JIT-ed getivarTakashi Kokubun2020-03-301-8/+34
* Clean up /tmp leftovers in ci.rvm.jpTakashi Kokubun2020-03-281-5/+20
* Propagate JIT skip to all testsTakashi Kokubun2020-03-061-7/+0
* Skip jit_test on some new RubyCI envs for nowTakashi Kokubun2020-03-061-0/+7
* Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun2020-02-281-5/+27
* Avoid infinite loop on --jit-waitTakashi Kokubun2020-02-281-4/+26
* Avoid jumping to a wrong destinationTakashi Kokubun2020-02-181-0/+10