summaryrefslogtreecommitdiff
path: root/yjit/src/virtualmem.rs
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Fix assertion for partially mapped last pages (#7337)Takashi Kokubun2023-02-201-5/+13
* YJIT: Use the system page size when the code page size is too small (#7267)Alan Wu2023-02-091-0/+13
* YJIT: Use NonNull pointer for CodePtr (#6792)Takashi Kokubun2022-11-231-22/+20
* YJIT: Skip padding jumps to side exits on Arm (#6790)Takashi Kokubun2022-11-221-1/+7
* YJIT: Pack BlockId and CodePtr (#6748)Takashi Kokubun2022-11-161-1/+1
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-0/+29
* Code clean around unused code for some architectures or features (#6581)Jimmy Miller2022-10-181-0/+1
* YJIT: No need to fill to get UDF on ARM64Alan Wu2022-10-131-4/+11
* Temporarily simplify code for emit_conditional_jump to fix a bugMaxime Chevalier-Boisvert2022-08-291-0/+5
* YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu2022-06-141-0/+376