I'll take a look at this patch today. Basically, I intend to get rid of 'rewrites' altogether and instead implement the aliasing much as described in the ES5 spec (with getters/setters on the arguments object). There shouldn't be much conflict, because strict-mode arguments are different in any case.
On Mon, Mar 7, 2011 at 8:54 AM, <[email protected]> wrote: > You should coordinate with Kevin, who is planning to rewrite our arguments > implementation. > Since strict mode arguments are not shared, they will need to be treated > differently in any case, so maybe your code will be sufficient for strict > mode. > I'll let Kevin decide. > > > > http://codereview.chromium.org/6625048/ > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
