summaryrefslogtreecommitdiff
path: root/yjit.c
AgeCommit message (Expand)Author
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