summaryrefslogtreecommitdiff
path: root/zjit/src/virtualmem.rs
AgeCommit message (Expand)Author
2025-11-06ZJIT: Restore dropped_bytes after temporary OOM (#15069)Takashi Kokubun
2025-11-05ZJIT: Add zjit_alloc_bytes and total_mem_bytes stats (#15059)Takashi Kokubun
2025-10-23ZJIT: Replace `as usize` casts in codegen.rsAlan Wu
2025-09-23ZJIT: Allow testing JIT code on zjit-test (#14639)Takashi Kokubun
2025-09-12ZJIT: Share more code with YJIT in jit.c (#14520)Takashi Kokubun
2025-09-11ZJIT: Add support for stats_allocatorAiden Fox Ivey
2025-07-11ZJIT: Mark objects baked in JIT code (#13862)Takashi Kokubun
2025-07-03ZJIT: Panic on BOP redefinition only when needed (#13782)Takashi Kokubun
2025-04-18Add miscellaneous Clippy 'corrections' pt. 2 (https://github.com/Shopify/zjit...Aiden Fox Ivey
2025-04-18Add miscellaneous Clippy 'corrections' (https://github.com/Shopify/zjit/pull/92)Aiden Fox Ivey
2025-04-18Add opt_lt, remove as_usize() traitMaxime Chevalier-Boisvert
2025-04-18Initialize VirtualMemTakashi Kokubun
2025-04-18Copy VirtualMem and mmapTakashi Kokubun