ruby/zjit
Alan Wu 33909a1c69 YJIT: ZJIT: Share identical glue functions
Working towards having YJIT and ZJIT in the same build, we need to
deduplicate some glue code that would otherwise cause name collision.
Add jit.c for this and build it for YJIT and ZJIT builds. Update bindgen
to look at jit.c; some shuffling of functions in the output, but the set
of functions shouldn't have changed.
2025-05-02 23:47:57 +09:00
..
bindgen YJIT: ZJIT: Share identical glue functions 2025-05-02 23:47:57 +09:00
src YJIT: ZJIT: Share identical glue functions 2025-05-02 23:47:57 +09:00
.gitignore
build.rs reorder libminiruby link flags. Now works on aarch64 linux 2025-04-18 21:52:58 +09:00
Cargo.lock Use expect-test for HIR tests 2025-04-18 21:53:01 +09:00
Cargo.toml Use expect-test for HIR tests 2025-04-18 21:53:01 +09:00
zjit.mk ZJIT: Add make zjit-test-lldb [ci skip] 2025-04-30 19:49:54 +09:00