summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
2022-11-24YJIT: rename `InsnOpnd` => `YARVOpnd` (#6801)Maxime Chevalier-Boisvert
2022-11-23YJIT: Use a Box for branch targets to save memoryAlan Wu
2022-11-23YJIT: Simplify Insn::CCall to obviate Target::FunPtr (#6793)Takashi Kokubun
2022-11-23YJIT: Use NonNull pointer for CodePtr (#6792)Takashi Kokubun
2022-11-23YJIT: Stop passing target1 to gen_return_branchTakashi Kokubun
2022-11-23YJIT: Simplify code for RB_SPECIAL_CONST_P (#6795)Takashi Kokubun
2022-11-23Fix YJIT backend to account for unsigned int immediates (#6789)Jemma Issroff
2022-11-22YJIT: Skip padding jumps to side exits on Arm (#6790)Takashi Kokubun
2022-11-21YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780)Takashi Kokubun
2022-11-18YJIT: Improve the failure message on enlarging a branch (#6769)Takashi Kokubun
2022-11-1832 bit comparison on shape idAaron Patterson
2022-11-17Fix bug involving .send and overwritten methods. (#6752)Jimmy Miller
2022-11-16YJIT: Shrink version lists after mutation (#6749)Takashi Kokubun
2022-11-16YJIT: Pack BlockId and CodePtr (#6748)Takashi Kokubun
2022-11-16YJIT: Add compiled_branch_count stats (#6746)Takashi Kokubun
2022-11-16YJIT: Stop wrapping CmePtr with CmeDependency (#6747)Takashi Kokubun
2022-11-16YJIT: Shrink the vectors of Block after mutation (#6739)Takashi Kokubun
2022-11-15YJIT: Always encode Opnd::Value in 64 bits on x86_64 for GC offsets (#6733)Takashi Kokubun
2022-11-15YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun
2022-11-15YJIT: Count getivar side exits by receiver flag changes (#6735)Takashi Kokubun
2022-11-15YJIT: Invalidate redefined methods only through cme (#6734)Takashi Kokubun
2022-11-14Implement LDURH on Aarch64Aaron Patterson
2022-11-14Remove USE_RVARGC codeAaron Patterson
2022-11-13YJIT: Instrument global allocations on stats build (#6712)Takashi Kokubun
2022-11-13YJIT: Remove unused src_ctx from Block (#6714)Takashi Kokubun
2022-11-11YJIT: Fix staying in invalidated code after proc callsAlan Wu
2022-11-10Enable --yjit-stats for release builds (#6694)Jimmy Miller
2022-11-10Remove numiv from RObjectJemma Issroff
2022-11-10Transition shape when object's capacity changesJemma Issroff
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