ruby/yjit
Kunshan Wang 5ef20b3a27 YJIT: Use raw memory write to update pointers in code
Because we have set all code memory to writable before the reference
updating phase, we can use raw memory writes directly.
2025-07-24 11:37:44 -04:00
..
bindgen YJIT: Side-exit on String#dup when it's not leaf (#13921) 2025-07-16 22:59:32 +00:00
src YJIT: Use raw memory write to update pointers in code 2025-07-24 11:37:44 -04:00
.gitignore
Cargo.lock Bump capstone from 0.12.0 to 0.13.0 in /yjit 2025-02-05 11:37:34 +09:00
Cargo.toml YJIT: ZJIT: Allow both JITs in the same build 2025-05-15 00:39:03 +09:00
not_gmake.mk Define ZJIT libs for non-gmake 2025-04-18 21:52:55 +09:00
yjit.mk DRY up CARGO_VERBOSE for JITs 2025-07-16 19:50:30 -04:00