aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src
Commit message (Expand)AuthorAgeFilesLines
...
* YJIT: Remove unused src_ctx from Block (#6714)Takashi Kokubun2022-11-132-17/+5
* YJIT: Fix staying in invalidated code after proc callsAlan Wu2022-11-111-5/+2
* Enable --yjit-stats for release builds (#6694)Jimmy Miller2022-11-102-21/+11
* Remove numiv from RObjectJemma Issroff2022-11-101-8/+0
* Transition shape when object's capacity changesJemma Issroff2022-11-101-4/+5
* YJIT: Reset dropped_bytes when patching codeAlan Wu2022-11-083-6/+19
* Implement optimize call (#6691)Jimmy Miller2022-11-083-2/+60
* 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-027-28/+180
* 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-263-44/+166
* 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-257-23/+307
* 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-203-21/+25
* 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-195-10/+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-141-3/+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-115-17/+237
* 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-114-87/+99
* YJIT: add an assert for branch_stub_hit() (#6505)Alan Wu2022-10-061-1/+4