Fix splat args (#6385)
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 [email protected]
Fix splat args (#6385)
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 [email protected]