summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.rb
AgeCommit message (Expand)Author
2021-10-25test/ruby/test_jit.rb: Add a test for checkmatch insnYusuke Endoh
2021-10-25test/ruby/test_jit.rb: Print a hint at exit of the original processYusuke Endoh
2021-08-12Don't cancel JIT-ed code on TracePoint :classTakashi Kokubun
2021-08-12Print JIT cancel when all JIT-ed code is cancelledTakashi Kokubun
2021-05-28compile.c: Emit send for === calls in when statementsAlan Wu
2021-04-26Remove test of removed reverse VM instructionKazuhiro NISHIYAMA
2021-01-18Avoid suppressing unrelated warningsTakashi Kokubun
2021-01-19test/ruby/test_jit.rb: Avoid a warningYusuke Endoh
2021-01-18Fix JIT link failuresTakashi Kokubun
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-04Fix broken JIT of getinlinecacheTakashi Kokubun
2021-01-03Avoid hanging on --jit-wait after MJIT.pauseTakashi Kokubun
2020-12-10Remove the uninitialized instance variable verbose mode warningJeremy Evans
2020-11-27Fix compactions.size for throttlingTakashi Kokubun
2020-11-27Try to fix the mswin CI failureTakashi Kokubun
2020-11-27Avoid unloading units which have enough total_callsTakashi Kokubun
2020-11-27Run unload_units in the JIT worker threadTakashi Kokubun
2020-11-26Always clean up leftovers at ci.rvm.jpTakashi Kokubun
2020-09-15Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze
2020-08-11Enable s390x invokebuiltin JIT test againTakashi Kokubun
2020-07-10Fix an inaccurate comment in test_jitTakashi Kokubun
2020-07-10Make sure vm_call_cfunc uses inlined ccTakashi Kokubun
2020-07-04Check ROBJECT_EMBED on guards-merged ivar accessTakashi Kokubun
2020-07-03Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun
2020-06-25Collect insns from a child processTakashi Kokubun
2020-06-24Do not JIT inline builtin methodsTakashi Kokubun
2020-06-21test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390xYusuke Endoh
2020-06-20Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun
2020-06-20Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun
2020-06-17Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun
2020-05-03Test no .dSYM on macOSTakashi Kokubun
2020-05-03Skip pdb corruption on Visual Studio 2015 as wellTakashi Kokubun
2020-05-03Skip only .dSYM cleanup on macOSTakashi Kokubun
2020-05-01Deduplicate functions in compacted JIT codeTakashi Kokubun
2020-04-30Switch test_unload_units_and_compaction on mswinTakashi Kokubun
2020-04-30Do not stop the world during JIT compactionTakashi Kokubun
2020-04-18Make sure newarraykwsplat accesses a correct indexTakashi Kokubun
2020-03-30Optimize exivar access on JIT-ed getivarTakashi Kokubun
2020-03-28Clean up /tmp leftovers in ci.rvm.jpTakashi Kokubun
2020-03-06Propagate JIT skip to all testsTakashi Kokubun
2020-03-06Skip jit_test on some new RubyCI envs for nowTakashi Kokubun
2020-02-28Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun
2020-02-28Avoid infinite loop on --jit-waitTakashi Kokubun
2020-02-18Avoid jumping to a wrong destinationTakashi Kokubun
2019-12-01Check MJIT support in one placeTakashi Kokubun
2019-11-18pack is not using invokebuiltin anymoreTakashi Kokubun
2019-11-12Revert "Method reference operator"Nobuyoshi Nakada
2019-11-10Fix uplevel of test_jitTakashi Kokubun
2019-11-09Test opt_invokebuiltin_delegate_leave in test_jitTakashi Kokubun
2019-11-09Support RB_BUILTIN in ISeq#to_aTakashi Kokubun