Updates:
        Cc: mstarzin...@chromium.org wi...@igalia.com

Comment #5 on issue 3814 by rossb...@chromium.org: Support context-allocated "this" in Crankshaft
https://code.google.com/p/v8/issues/detail?id=3814

I don't actually think we should need anything like this. Ideally, all that should be required is to extend variable resolution such that (1) variable proxies representing 'this' references also do a kind of lookup up the scope chain, and (2) if that lookup crosses an arrow function scope, it forces context allocation of the 'this' parameter in the function where it finally is "found". Everything else should just work, no code generation changes needed (or so I hope).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to