Project

General

Profile

« Previous | Next » 

Revision 11f12136

Added by alanwu (Alan Wu) over 1 year ago

YJIT: Support splat with C methods with -1 arity

Usually we deal with splats by speculating that they're of a specific
size. In this case, the C method takes a pointer and a length, so
we can support changing sizes just fine.