aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Reset dropped_bytes when patching codeAlan Wu2022-11-083-6/+19
* Implement optimize call (#6691)Jimmy Miller2022-11-084-3/+61
* YJIT: Free pages after ObjectSpace API usages (#6676)Takashi Kokubun2022-11-071-13/+15
* YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun2022-11-033-4/+13
* YJIT: Fix a wrong type reference (#6661)Takashi Kokubun2022-11-032-11/+1
* YJIT: Stop incrementing write_pos if cb.has_dropped_bytes (#6664)Takashi Kokubun2022-11-032-7/+7
* YJIT: Support invokeblock (#6640)Takashi Kokubun2022-11-028-29/+184
* YJIT: Avoid accumulating freed pages in the payload (#6657)Takashi Kokubun2022-11-022-8/+33
* YJIT: Visualize live ranges on register spill (#6651)Takashi Kokubun2022-11-011-6/+37
* YJIT: Add an assert to help with Context changesAlan Wu2022-11-011-1/+6
* YJIT: Delete redundant ways to make ContextAlan Wu2022-11-012-21/+6
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-313-8/+32
* YJIT: reduce default `--yjit-exec-mem-size` to 128MiB instead of 256 (#6649)Maxime Chevalier-Boisvert2022-10-311-1/+1
* YJIT: Use guard_known_class() for opt_aref on Arrays (#6643)Alan Wu2022-10-271-21/+13
* YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper2022-10-264-44/+167
* YJIT: Invalidate i-cache for the other cb on next_page (#6631)Takashi Kokubun2022-10-261-1/+18
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-258-23/+311
* Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff2022-10-211-1/+1
* YJIT: Fix page rounding for icache bustingAlan Wu2022-10-211-5/+7
* YJIT: Read rb_num_t as usize earlyAlan Wu2022-10-211-25/+22
* YJIT: Fix gen_expandarray treating argument as VALUEAlan Wu2022-10-201-11/+12
* YJIT: remove some stale comments [ci skip]Alan Wu2022-10-201-8/+0
* YJIT: incorporate ruby_special_constsNobuyoshi Nakada2022-10-204-21/+28
* Move "special consts" so `Qundef` and `Qnil` differ just 1 bitNobuyoshi Nakada2022-10-202-4/+3
* YJIT: Respect writable_addrs on --yjit-dump-iseq-disasm as well (#6596)Takashi Kokubun2022-10-192-10/+13
* YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)Takashi Kokubun2022-10-193-14/+17
* YJIT: fix a #[warn(unused_parens)]Alan Wu2022-10-191-1/+1
* YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu2022-10-196-11/+10
* Fixes remaining issues and turns back on dead code and unused (#6584)Jimmy Miller2022-10-182-5/+2
* Code clean around unused code for some architectures or features (#6581)Jimmy Miller2022-10-185-10/+16
* Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun2022-10-183-6/+16
* YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun2022-10-174-29/+40
* YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun2022-10-179-161/+378
* Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun2022-10-171-2/+2
* YJIT: call free_block to cleanup block when out of memoryAlan Wu2022-10-172-5/+4
* YJIT doesn't need rb_obj_ensure_iv_index_mappingAaron Patterson2022-10-142-4/+0
* YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)Takashi Kokubun2022-10-144-28/+51
* More clippy fixes (#6547)Jimmy Miller2022-10-144-52/+78
* fixes more clippy warnings (#6543)Jimmy Miller2022-10-139-87/+52
* Make op_ext an optional for code clarity (#6542)Jimmy Miller2022-10-131-42/+50
* YJIT: No need to fill to get UDF on ARM64Alan Wu2022-10-131-4/+11
* Implement optimize send in yjit (#6488)Jimmy Miller2022-10-116-17/+238
* Make inline cache reads / writes atomic with object shapesJemma Issroff2022-10-112-5/+4
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-115-87/+106
* YJIT: add an assert for branch_stub_hit() (#6505)Alan Wu2022-10-061-1/+4
* YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)Alan Wu2022-10-064-22/+148
* YJIT: add support for calling bmethods (#6489)Alan Wu2022-10-044-21/+324
* Split cmp operations that aren't 32/64 bit for arm (#6484)Jimmy Miller2022-10-032-0/+24
* Fix YJIT args for rb_vm_set_ivar_idxJohn Hawthorn2022-09-301-1/+1
* Fix YJIT build after shapes-revertJohn Hawthorn2022-09-301-1/+1