ruby/yjit
Alan Wu d4bbee7475
YJIT: Fix off-by-one in Kernel#send type handling (#9212)
Previously, if the method ID argument happens to be on one below the top
of the stack, we didn't overwrite the type of the stack slot, which
leaves an incorrect type for the stack slot. The included script tripped
asserts both with and without --yjit-verify-ctx.
2023-12-12 22:10:14 +00:00
..
bindgen Refactor rb_shape_transition_shape_capa out 2023-11-08 11:02:55 +01:00
src YJIT: Fix off-by-one in Kernel#send type handling (#9212) 2023-12-12 22:10:14 +00:00
.gitignore
Cargo.lock YJIT: Make yjit_alloc_size available by default (#8426) 2023-09-13 10:48:14 -04:00
Cargo.toml YJIT: Make yjit_alloc_size available by default (#8426) 2023-09-13 10:48:14 -04:00
not_gmake.mk
yjit.mk YJIT: Simplify linker flavor check 2023-10-05 17:31:54 -04:00