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_mjit.rb
Age
Commit message (
Expand
)
Author
2023-03-05
Drop existing MJIT tests
Takashi Kokubun
2022-12-26
Suppress method redefinition warnings
Nobuyoshi Nakada
2022-12-25
MJIT: Fix JIT code for multiple values in a single case
Takashi Kokubun
2022-12-24
MJIT: Cancel all on disastrous situations (#7019)
Takashi Kokubun
2022-12-22
Clean intermediate source file in `TestMJIT#test_jit_failure` (#6994)
Nobuyoshi Nakada
2022-12-17
Prevent a "method redefined" warning
Yusuke Endoh
2022-12-10
MJIT: Compile methods in batches (#6900)
Takashi Kokubun
2022-11-25
MJIT: Remove the code to optimize shape transition
Takashi Kokubun
2022-11-14
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-11-13
Fix invokebuiltin in Ruby MJIT
Takashi Kokubun
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-08-25
Convert catch_except_t to stdbool
Takashi Kokubun
2022-08-19
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-07-15
Implement Objects on VWA
Peter Zhu
2022-07-14
MJIT: Merge mjit_worker.c back to mjit.c (#6138)
Takashi Kokubun
2022-06-15
MJIT: Handle JIT failure properly
Takashi Kokubun
2022-06-09
Remove a leftover require
Takashi Kokubun
2022-06-08
Fix MJIT's ISEQ_BODY macro usage at 5f10bd634fb
Takashi Kokubun
2022-06-08
MJIT: Ignore existence of .bundle.dSYM on macOS
Takashi Kokubun
2022-05-20
Rename test_jit to test_mjit
Takashi Kokubun