index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_jit.rb
Age
Commit message (
Expand
)
Author
2022-05-20
Rename test_jit to test_mjit
Takashi Kokubun
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-11-18
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
2021-11-12
test/ruby/test_jit.rb: suppress a false-positive warning
Yusuke Endoh
2021-10-25
test/ruby/test_jit.rb: Add a test for checkmatch insn
Yusuke Endoh
2021-10-25
test/ruby/test_jit.rb: Print a hint at exit of the original process
Yusuke Endoh
2021-08-12
Don't cancel JIT-ed code on TracePoint :class
Takashi Kokubun
2021-08-12
Print JIT cancel when all JIT-ed code is cancelled
Takashi Kokubun
2021-05-28
compile.c: Emit send for === calls in when statements
Alan Wu
2021-04-26
Remove test of removed reverse VM instruction
Kazuhiro NISHIYAMA
2021-01-18
Avoid suppressing unrelated warnings
Takashi Kokubun
2021-01-19
test/ruby/test_jit.rb: Avoid a warning
Yusuke Endoh
2021-01-18
Fix JIT link failures
Takashi Kokubun
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-04
Fix broken JIT of getinlinecache
Takashi Kokubun
2021-01-03
Avoid hanging on --jit-wait after MJIT.pause
Takashi Kokubun
2020-12-10
Remove the uninitialized instance variable verbose mode warning
Jeremy Evans
2020-11-27
Fix compactions.size for throttling
Takashi Kokubun
2020-11-27
Try to fix the mswin CI failure
Takashi Kokubun
2020-11-27
Avoid unloading units which have enough total_calls
Takashi Kokubun
2020-11-27
Run unload_units in the JIT worker thread
Takashi Kokubun
2020-11-26
Always clean up leftovers at ci.rvm.jp
Takashi Kokubun
2020-09-15
Interpolated strings are no longer frozen with frozen-string-literal: true
Benoit Daloze
2020-08-11
Enable s390x invokebuiltin JIT test again
Takashi Kokubun
2020-07-10
Fix an inaccurate comment in test_jit
Takashi Kokubun
2020-07-10
Make sure vm_call_cfunc uses inlined cc
Takashi Kokubun
2020-07-04
Check ROBJECT_EMBED on guards-merged ivar access
Takashi Kokubun
2020-07-03
Make Kernel#then, #yield_self, #frozen? builtin (#3283)
Takashi Kokubun
2020-06-25
Collect insns from a child process
Takashi Kokubun
2020-06-24
Do not JIT inline builtin methods
Takashi Kokubun
2020-06-21
test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390x
Yusuke Endoh
2020-06-20
Skip a test_jit with builtin for rhel_zlinux
Takashi Kokubun
2020-06-20
Make Integer#zero? a separated method and builtin (#3226)
Takashi Kokubun
2020-06-17
Remove obsoleted opt_call_c_function insn (#3232)
Takashi Kokubun
2020-05-03
Test no .dSYM on macOS
Takashi Kokubun
2020-05-03
Skip pdb corruption on Visual Studio 2015 as well
Takashi Kokubun
2020-05-03
Skip only .dSYM cleanup on macOS
Takashi Kokubun
2020-05-01
Deduplicate functions in compacted JIT code
Takashi Kokubun
2020-04-30
Switch test_unload_units_and_compaction on mswin
Takashi Kokubun
2020-04-30
Do not stop the world during JIT compaction
Takashi Kokubun
2020-04-18
Make sure newarraykwsplat accesses a correct index
Takashi Kokubun
2020-03-30
Optimize exivar access on JIT-ed getivar
Takashi Kokubun
2020-03-28
Clean up /tmp leftovers in ci.rvm.jp
Takashi Kokubun
2020-03-06
Propagate JIT skip to all tests
Takashi Kokubun
2020-03-06
Skip jit_test on some new RubyCI envs for now
Takashi Kokubun
2020-02-28
Prevent unloading methods used in root_fiber while calling another Fiber (#2939)
Takashi Kokubun
2020-02-28
Avoid infinite loop on --jit-wait
Takashi Kokubun
2020-02-18
Avoid jumping to a wrong destination
Takashi Kokubun
[next]