summaryrefslogtreecommitdiff
path: root/yjit.c
AgeCommit message (Expand)Author
2022-11-08Implement optimize call (#6691)Jimmy Miller
2022-11-02YJIT: Support invokeblock (#6640)Takashi Kokubun
2022-11-02YJIT: don't show a full crash report if mmap is only out of memory (#6659)Noah Gibbs
2022-10-31YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun
2022-10-26YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper
2022-10-25YJIT: GC and recompile all code pages (#6406)Takashi Kokubun
2022-10-18Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun
2022-10-17Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun
2022-10-17YJIT: Do not call `mprotect` when `mem_size` is zero (#6563)Tatsuya Kawano
2022-10-11Implement optimize send in yjit (#6488)Jimmy Miller
2022-10-04YJIT: add support for calling bmethods (#6489)Alan Wu
2022-09-15YJIT should die if we compile on Aarch64 with no instruction cache clear avai...Noah Gibbs
2022-09-14YJIT: Implement specialized respond_to? (#6363)John Hawthorn
2022-09-14Initial support for VM_CALL_ARGS_SPLAT (#6341)Jimmy Miller
2022-08-29A64: Only clear icache when writing out new code (https://github.com/Shopify/...Alan Wu
2022-08-29Use bindgen for old manual extern declarations (https://github.com/Shopify/ru...Alan Wu
2022-08-29Add ifdef to clear cacheMaxime Chevalier-Boisvert
2022-08-29Clear the icache on armMaxime Chevalier-Boisvert
2022-08-24add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs
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