ruby/yjit
Alan Wu bbd249e351 YJIT: Properly reject keyword splat with `yield`
We don't have support for keyword splat anywhere, but we tried to
compile these anyways in case of `invokeblock`. This led to bad things
happening such as passing the wrong value and passing a hash into
rb_yjit_array_len(), which raised in the middle of compilation.

[Bug #20192]
2024-01-18 20:22:40 -05:00
..
bindgen YJIT: Fix unused warnings 2024-01-10 13:19:15 -05:00
src YJIT: Properly reject keyword splat with `yield` 2024-01-18 20:22:40 -05: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: 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