ruby/yjit
Jimmy Miller 2387fbfb34
Fix splat args (#6385)
* Fix splat args

Cfuncs were not working properly so I disabled them right now.

There were some checks above that were also actually preventing splat args from being called.

Finally I did some basic code cleanup after realizing I didn't need to mutate argc so much

* Add can't compile for direct cfunc splat call

* Fix typo

* Update yjit/src/codegen.rs

Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com>
2022-09-16 13:37:15 +09:00
..
bindgen YJIT: Implement specialized respond_to? (#6363) 2022-09-14 16:15:55 -04:00
src Fix splat args (#6385) 2022-09-16 13:37:15 +09:00
.gitignore
Cargo.lock
Cargo.toml Add --enable-yjit=dev_nodebug configure option 2022-07-29 16:32:14 -07:00
yjit.mk Add comments to touch libyjit 2022-09-14 21:24:40 +09:00