ZJIT: Relax the limit of cfunc args by 1
Follow-up on https://github.com/ruby/ruby/pull/14661
Unlike SendWithoutBlockDirect, args has every argument given to the C call. So there's no + 1 for this HIR.
args
+ 1
ZJIT: Relax the limit of cfunc args by 1
Follow-up on https://github.com/ruby/ruby/pull/14661
Unlike SendWithoutBlockDirect,
args
has every argument given to the Ccall. So there's no
+ 1
for this HIR.