On Fri 03 Aug 2012 13:54, Stefan Israelsson Tampe <stefan.ita...@gmail.com> 
writes:

> A though:
> assert_nargs_ee
> reserve_locals
> assert_nargs_ee_locals
> bind_rest
> bind_kwargs
>
> Could we not implement this logic in the call instructions?

This is a characteristic of the callee -- more work is needed if there
are optional/kw args, but in the normal case you just have
assert-nargs-ee/locals which is very cheap, no?

Andy
-- 
http://wingolog.org/

Reply via email to