Project

General

Profile

« Previous | Next » 

Revision 2387fbfb

Added by Jimmy Miller almost 3 years ago

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