Project

General

Profile

« Previous | Next » 

Revision 37d6de53

Added by alanwu (Alan Wu) about 1 month ago

ZJIT: Infer ArrayExact for the rest parameter

The rest parameter is always a rb_cArray, even when anonymous. (This is
different from kw_rest, which can be nil.)