aboutsummaryrefslogtreecommitdiffstats
path: root/yjit.c
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-311-0/+1
* YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper2022-10-261-0/+6
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-4/+19
* Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun2022-10-181-4/+11
* Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun2022-10-171-4/+2
* YJIT: Do not call `mprotect` when `mem_size` is zero (#6563)Tatsuya Kawano2022-10-171-0/+5
* Implement optimize send in yjit (#6488)Jimmy Miller2022-10-111-0/+2
* YJIT: add support for calling bmethods (#6489)Alan Wu2022-10-041-0/+15
* YJIT should die if we compile on Aarch64 with no instruction cache clear avai...Noah Gibbs2022-09-151-0/+2
* YJIT: Implement specialized respond_to? (#6363)John Hawthorn2022-09-141-1/+5
* Initial support for VM_CALL_ARGS_SPLAT (#6341)Jimmy Miller2022-09-141-0/+6
* A64: Only clear icache when writing out new code (https://github.com/Shopify/...Alan Wu2022-08-291-2/+8
* Use bindgen for old manual extern declarations (https://github.com/Shopify/ru...Alan Wu2022-08-291-30/+30
* Add ifdef to clear cacheMaxime Chevalier-Boisvert2022-08-291-0/+2
* Clear the icache on armMaxime Chevalier-Boisvert2022-08-291-0/+4
* add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs2022-08-241-0/+12
* YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...Matthew Draper2022-07-281-0/+11
* Adjust styles [ci skip]Nobuyoshi Nakada2022-07-271-1/+2
* Speed up --yjit-trace-exits code (#6106)Eileen M. Uchitelle2022-07-121-0/+4
* YJIT: Refactor gen_opt_mod (#6078)Dave Schwantes2022-06-301-0/+7
* YJIT: Update note about symbol prefixes [ci skip]Alan Wu2022-06-171-7/+2
* YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu2022-06-141-27/+24
* Fix typo in yjit.c comments [ci skip]Takayoshi Nishida2022-06-111-2/+2
* Remove duplicated rb_yjit_get_stats (#5997)Eileen M. Uchitelle2022-06-101-1/+0
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+91
* Ruby shovel operator (<<) speedup. (#5896)Noah Gibbs2022-05-111-0/+13
* YJIT: Reject USE_FLONUM=0 builds at build timeAlan Wu2022-05-021-0/+4
* Rust YJITAlan Wu2022-04-271-167/+849
* YJIT: Add support for ruby array cfuncs (argc=-2)John Hawthorn2022-01-081-1/+0
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-131-9/+3
* YJIT: Fix incomplete invalidation from opt_setinlinecacheAlan Wu2021-12-061-1/+1
* YJIT: Add ivar counter exitseileencodes2021-12-031-0/+1
* YJIT: Fail gracefully while OOM for new entry pointsAlan Wu2021-12-011-0/+1
* YJIT: Add ability to exit to interpreter from stubsAlan Wu2021-11-261-0/+2
* YJIT: Implement new struct accessors (#5161)John Hawthorn2021-11-251-0/+3
* YJIT: Support kwargs sends with all defaults (#5067)John Hawthorn2021-11-011-1/+0
* Strip out YJIT at build time when unsupported or disabled (#5003)Alan Wu2021-10-251-2/+33
* YJIT: check machine arch before enablingAlan Wu2021-10-201-3/+3
* Feedback, tests, and rebase for kwargsKevin Newton2021-10-201-0/+5
* Move YJIT internal macros away from yjit.h. Tweak styleAlan Wu2021-10-201-0/+19
* Put YJIT into a single compilation unitAlan Wu2021-10-201-0/+132