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