summaryrefslogtreecommitdiff
path: root/yjit/src/virtualmem.rs
AgeCommit message (Expand)Author
2023-11-07YJIT: Use u32 for CodePtr to save 4 bytes eachAlan 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
2022-11-23YJIT: Use NonNull pointer for CodePtr (#6792)Takashi Kokubun
2022-11-22YJIT: Skip padding jumps to side exits on Arm (#6790)Takashi Kokubun
2022-11-16YJIT: Pack BlockId and CodePtr (#6748)Takashi Kokubun
2022-10-25YJIT: GC and recompile all code pages (#6406)Takashi Kokubun
2022-10-18Code clean around unused code for some architectures or features (#6581)Jimmy Miller
2022-10-13YJIT: No need to fill to get UDF on ARM64Alan Wu
2022-08-29Temporarily simplify code for emit_conditional_jump to fix a bugMaxime Chevalier-Boisvert
2022-06-14YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu