summaryrefslogtreecommitdiff
path: root/zjit.c
AgeCommit message (Expand)Author
2025-04-18Disable ZJIT profiling at call-threshold (https://github.com/Shopify/zjit/pul...Takashi Kokubun
2025-04-18Resurrect icache invalidation for arm64 (https://github.com/Shopify/zjit/pull...Takashi Kokubun
2025-04-18Stop sharing yjit/bindgen with ZJIT (https://github.com/Shopify/zjit/pull/64)Takashi Kokubun
2025-04-18Print Ruby exception in test utilsMax Bernstein
2025-04-18Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...Takashi Kokubun
2025-04-18Add zjit_* instructions to profile the interpreter (https://github.com/Shopif...Takashi Kokubun
2025-04-18Resurrect asm comment supportTakashi Kokubun
2025-04-18Port align_ptr for x86Takashi Kokubun
2025-04-18bindgen works in --enable-zjit=dev mode.Alan Wu
2025-04-18Add rb_insn_name to zjitMax Bernstein
2025-04-18Initialize VirtualMemTakashi Kokubun
2025-04-18`miniruby --zjit -e nil` runs through iseq_to_ssaAlan Wu
2025-04-18Copy VirtualMem and mmapTakashi Kokubun
2025-04-18Hook ZJIT compilationTakashi Kokubun
2025-04-18Fix template/Makefile.inTakashi Kokubun