[Webkit-unassigned] [Bug 16202] Optimize allocation of ActivationImp objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 11:30:38 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16202





------- Comment #3 from ggaren at apple.com  2007-11-30 11:30 PDT -------
In the general case, where we don't need an ActivationImp, I think we can just
put LocalStorage directly into the stack-allocated ExecState. When we do need
an ActivationImp, we can allocate it, and move LocalStorage from the ExecState
to the ActivationImp.


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



More information about the webkit-unassigned mailing list