summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
2022-11-08YJIT: Reset dropped_bytes when patching codeAlan Wu
2022-11-08Implement optimize call (#6691)Jimmy Miller
2022-11-07YJIT: Free pages after ObjectSpace API usages (#6676)Takashi Kokubun
2022-11-03YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun
2022-11-03YJIT: Fix a wrong type reference (#6661)Takashi Kokubun
2022-11-03YJIT: Stop incrementing write_pos if cb.has_dropped_bytes (#6664)Takashi Kokubun
2022-11-02YJIT: Support invokeblock (#6640)Takashi Kokubun
2022-11-02YJIT: Avoid accumulating freed pages in the payload (#6657)Takashi Kokubun
2022-11-01YJIT: Visualize live ranges on register spill (#6651)Takashi Kokubun
2022-11-01YJIT: Add an assert to help with Context changesAlan Wu
2022-11-01YJIT: Delete redundant ways to make ContextAlan Wu
2022-10-31YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun
2022-10-31YJIT: reduce default `--yjit-exec-mem-size` to 128MiB instead of 256 (#6649)Maxime Chevalier-Boisvert
2022-10-27YJIT: Use guard_known_class() for opt_aref on Arrays (#6643)Alan Wu
2022-10-26YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper
2022-10-26YJIT: Invalidate i-cache for the other cb on next_page (#6631)Takashi Kokubun
2022-10-25YJIT: GC and recompile all code pages (#6406)Takashi Kokubun
2022-10-21Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff
2022-10-21YJIT: Fix page rounding for icache bustingAlan Wu
2022-10-21YJIT: Read rb_num_t as usize earlyAlan Wu
2022-10-20YJIT: Fix gen_expandarray treating argument as VALUEAlan Wu
2022-10-20YJIT: remove some stale comments [ci skip]Alan Wu
2022-10-20YJIT: incorporate ruby_special_constsNobuyoshi Nakada
2022-10-20Move "special consts" so `Qundef` and `Qnil` differ just 1 bitNobuyoshi Nakada
2022-10-19YJIT: Respect writable_addrs on --yjit-dump-iseq-disasm as well (#6596)Takashi Kokubun
2022-10-19YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)Takashi Kokubun
2022-10-19YJIT: fix a #[warn(unused_parens)]Alan Wu
2022-10-19YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu
2022-10-18Fixes remaining issues and turns back on dead code and unused (#6584)Jimmy Miller
2022-10-18Code clean around unused code for some architectures or features (#6581)Jimmy Miller
2022-10-18Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun
2022-10-17YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun
2022-10-17YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun
2022-10-17Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun
2022-10-17YJIT: call free_block to cleanup block when out of memoryAlan Wu
2022-10-14YJIT doesn't need rb_obj_ensure_iv_index_mappingAaron Patterson
2022-10-14YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)Takashi Kokubun
2022-10-14More clippy fixes (#6547)Jimmy Miller
2022-10-13fixes more clippy warnings (#6543)Jimmy Miller
2022-10-13Make op_ext an optional for code clarity (#6542)Jimmy Miller
2022-10-13YJIT: No need to fill to get UDF on ARM64Alan Wu
2022-10-11Implement optimize send in yjit (#6488)Jimmy Miller
2022-10-11Make inline cache reads / writes atomic with object shapesJemma Issroff
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-06YJIT: add an assert for branch_stub_hit() (#6505)Alan Wu
2022-10-06YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)Alan Wu
2022-10-04YJIT: add support for calling bmethods (#6489)Alan Wu
2022-10-03Split cmp operations that aren't 32/64 bit for arm (#6484)Jimmy Miller
2022-09-30Fix YJIT args for rb_vm_set_ivar_idxJohn Hawthorn
2022-09-30Fix YJIT build after shapes-revertJohn Hawthorn