[Webkit-unassigned] [Bug 74509] Interpose CodeNode between ScopeNode and ProgramNode et al

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 10:46:28 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=74509





--- Comment #4 from Gavin Barraclough <barraclough at apple.com>  2012-01-17 10:46:28 PST ---
I think this patch may be going in the wrong direction.  If the purpose of this patch is to allow BlockScopeNodes that subclass ScopeNode, and the effect of this patch is to move the needsActivation & capture state out into a subclass, it appears that you are predicating this change on early tear-off onto a scope node? – but I think we may really want lazy tear-off using an activation.

You really need to address my comments in https://bugs.webkit.org/show_bug.cgi?id=74633 to further elucidate on your design before proceeding.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list