summaryrefslogtreecommitdiff
path: root/yjit/src/asm/mod.rs
AgeCommit message (Expand)Author
2023-12-05YJIT: Assert code pages are not partially in-boundsAlan Wu
2023-12-05YJIT: Simplify code page switching logic, remove an assertAlan Wu
2023-11-07YJIT: Use u32 for CodePtr to save 4 bytes eachAlan Wu
2023-10-18YJIT: Add --yjit-perf (#8697)Takashi Kokubun
2023-09-13YJIT: Skip adding past_page_bytes for past pages (#8433)Takashi Kokubun
2023-09-06YJIT: Make compiled_* stats available by default (#8379)Takashi Kokubun
2023-04-11YJIT: Fix build on A64Alan Wu
2023-04-11YJIT: Fix a compilation warning in x86_64Takashi Kokubun
2023-04-11YJIT: Reduce paddings if --yjit-exec-mem-size <= 128 on arm64 (#7671)Takashi Kokubun
2023-04-05YJIT: Count the number of actually written bytes (#7658)Takashi Kokubun
2023-03-29YJIT: code_gc(): Assert self is inline to avoid other_cb()Alan Wu
2023-03-29YJIT: Fix overlapping &mut in Assembler::code_gc()Alan Wu
2023-03-03YJIT: Fix a cargo test warning on x86_64 (#7428)Takashi Kokubun
2023-03-02YJIT: Delete stale `frozen_bytes` related code (#7423)Alan Wu
2023-02-20YJIT: Fix assertion for partially mapped last pages (#7337)Takashi Kokubun
2023-02-09YJIT: Use the system page size when the code page size is too small (#7267)Alan Wu
2023-02-02Fix typos in YJIT [ci skip]Alan Wu
2023-02-02YJIT: other_cb is None in testsAlan Wu
2023-02-02YJIT: Move CodegenGlobals::freed_pages into an RcAlan Wu
2023-01-12Enable `clippy` checks for yjit in CI (#7093)Ian Ker-Seymer
2023-01-10YJIT: Fix a compilation warning with release build (#7092)Takashi Kokubun
2023-01-09YJIT: Remove old comments for regenerated branches (#7083)Takashi Kokubun
2022-12-05YJIT: Remove --yjit-code-page-size (#6865)Alan Wu
2022-11-30YJIT: Fix IseqPayload::pages memory bloatAlan Wu
2022-11-23YJIT: Use NonNull pointer for CodePtr (#6792)Takashi Kokubun
2022-11-15YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun
2022-11-08YJIT: Reset dropped_bytes when patching codeAlan Wu
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: Stop incrementing write_pos if cb.has_dropped_bytes (#6664)Takashi Kokubun
2022-11-02YJIT: Avoid accumulating freed pages in the payload (#6657)Takashi Kokubun
2022-10-31YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun
2022-10-25YJIT: GC and recompile all code pages (#6406)Takashi Kokubun
2022-10-21YJIT: Fix page rounding for icache bustingAlan Wu
2022-10-19YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)Takashi Kokubun
2022-10-19YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu
2022-10-18Code clean around unused code for some architectures or features (#6581)Jimmy Miller
2022-10-17YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun
2022-10-13fixes more clippy warnings (#6543)Jimmy Miller
2022-09-30A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller
2022-09-27YJIT: add assertion wrt label names (#6459)Maxime Chevalier-Boisvert
2022-09-01Let --yjit-dump-disasm=all dump ocb code as well (#6309)Takashi Kokubun
2022-08-29Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...Takashi Kokubun
2022-08-29Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif...Alan Wu
2022-08-29Assert that the # of bytes matches for label refs (https://github.com/Shopify...Kevin Newton
2022-08-29Better label refs (https://github.com/Shopify/ruby/pull/310)Kevin Newton
2022-08-29More Arm64 lowering/backend work (https://github.com/Shopify/ruby/pull/307)Kevin Newton
2022-08-29Arm64 progress (https://github.com/Shopify/ruby/pull/304)Kevin Newton
2022-08-29MOVK, MOVZ, BR (https://github.com/Shopify/ruby/pull/296)Kevin Newton
2022-08-29Port gen_leave_exit(), add support for labels to backendMaxime Chevalier-Boisvert