summaryrefslogtreecommitdiff
path: root/jit/Cargo.toml
AgeCommit message (Collapse)Author
2025-09-11ZJIT: Move jit.rs to ruby.rs and create a shared crate `jit`Aiden Fox Ivey
* ruby.rs should hold the main entrypoint to YJIT and ZJIT * The crate jit will hold code shared between them