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
/
yjit.c
Age
Commit message (
Expand
)
Author
2022-07-28
YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...
Matthew Draper
2022-07-27
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-12
Speed up --yjit-trace-exits code (#6106)
Eileen M. Uchitelle
2022-06-30
YJIT: Refactor gen_opt_mod (#6078)
Dave Schwantes
2022-06-17
YJIT: Update note about symbol prefixes [ci skip]
Alan Wu
2022-06-14
YJIT: On-demand executable memory allocation; faster boot (#5944)
Alan Wu
2022-06-11
Fix typo in yjit.c comments [ci skip]
Takayoshi Nishida
2022-06-10
Remove duplicated rb_yjit_get_stats (#5997)
Eileen M. Uchitelle
2022-06-09
Add ability to trace exit locations in yjit (#5970)
Eileen M. Uchitelle
2022-05-11
Ruby shovel operator (<<) speedup. (#5896)
Noah Gibbs
2022-05-02
YJIT: Reject USE_FLONUM=0 builds at build time
Alan Wu
2022-04-27
Rust YJIT
Alan Wu
2022-01-08
YJIT: Add support for ruby array cfuncs (argc=-2)
John Hawthorn
2021-12-13
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-12-06
YJIT: Fix incomplete invalidation from opt_setinlinecache
Alan Wu
2021-12-03
YJIT: Add ivar counter exits
eileencodes
2021-12-01
YJIT: Fail gracefully while OOM for new entry points
Alan Wu
2021-11-26
YJIT: Add ability to exit to interpreter from stubs
Alan Wu
2021-11-25
YJIT: Implement new struct accessors (#5161)
John Hawthorn
2021-11-01
YJIT: Support kwargs sends with all defaults (#5067)
John Hawthorn
2021-10-25
Strip out YJIT at build time when unsupported or disabled (#5003)
Alan Wu
2021-10-20
YJIT: check machine arch before enabling
Alan Wu
2021-10-20
Feedback, tests, and rebase for kwargs
Kevin Newton
2021-10-20
Move YJIT internal macros away from yjit.h. Tweak style
Alan Wu
2021-10-20
Put YJIT into a single compilation unit
Alan Wu