stevan / p5-mop-redux

A(nother) MOP for Perl 5
139 stars 36 forks source link

Should methods provide @_? #119

Open doy opened 11 years ago

doy commented 11 years ago

This should probably just follow along with whatever the core subroutine signatures does, but it would potentially be a not-insignificant speedup to not provide it (assuming a signature is specified).

stevan commented 11 years ago

I am pretty sure that signatures are going to provide @_, but you would have to check with peter to be sure