summaryrefslogtreecommitdiff
path: root/zjit/src/options.rs
AgeCommit message (Expand)Author
2025-04-29ZJIT: Handle ZJIT options properly (#13197)Takashi Kokubun
2025-04-22ZJIT: Add option to dump LIR (#13139)Max Bernstein
2025-04-18Add --zjit-num-profiles option (https://github.com/Shopify/zjit/pull/98)Takashi Kokubun
2025-04-18Let --zjit-dump-hir dump the input HIR to codegen (https://github.com/Shopify...Takashi Kokubun
2025-04-18Add miscellaneous Clippy 'corrections' (https://github.com/Shopify/zjit/pull/92)Aiden Fox Ivey
2025-04-18Fix s/Raw/Debug/gMax Bernstein
2025-04-18Add option to dump optimized HIRMax Bernstein
2025-04-18Implement FixnumAdd and stub PatchPoint/GuardType (https://github.com/Shopify...Takashi Kokubun
2025-04-18Add zjit_* instructions to profile the interpreter (https://github.com/Shopif...Takashi Kokubun
2025-04-18Rename --zjit-dump-ssa to --zjit-dump-hir (https://github.com/Shopify/zjit/pu...Takashi Kokubun
2025-04-18Fix 2024 edition errorsAlan Wu
2025-04-18Implement --zjit-call-thresholdTakashi Kokubun
2025-04-18Add a missing use for release buildTakashi Kokubun
2025-04-18Add --zjit-debug and debug! macroTakashi Kokubun
2025-04-18Allow dumping SSA in multiple waysTakashi Kokubun
2025-04-18Initialize dummy globals for testsTakashi Kokubun
2025-04-18Add --zjit-dump-ssa optionTakashi Kokubun
2025-04-18Rename codegen.rs to state.rsTakashi Kokubun
2025-04-18Fix cargo testTakashi Kokubun
2025-04-18Support --zjit-dump-disasmTakashi Kokubun
2025-04-18Implement Options as part of ZJITStateTakashi Kokubun