ruby/yjit
Alan Wu 44f0dc622a YJIT: Allow popping before falling back
Popping but not generating any code before returning `None` was allowed
before fallbacks were introduced so this is restoring that support in
the same way. The included test used to trip an assert due to popping
too much.
2024-02-06 16:17:54 -05:00
..
bindgen YJIT: Add codegen for Float arithmetics (#9774) 2024-01-31 17:58:47 +00:00
src YJIT: Allow popping before falling back 2024-02-06 16:17:54 -05:00
.gitignore
Cargo.lock Bump capstone from 0.10.0 to 0.11.0 in /yjit (#9653) 2024-01-22 14:44:00 -08:00
Cargo.toml Bump capstone from 0.10.0 to 0.11.0 in /yjit (#9653) 2024-01-22 14:44:00 -08:00
not_gmake.mk YJIT: Fix shared/static library symbol leaks 2023-01-27 12:28:09 -05:00
yjit.mk YJIT: Simplify linker flavor check 2023-10-05 17:31:54 -04:00