[Webkit-unassigned] [Bug 16202] Optimize allocation of ActivationImp objects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 5 17:20:01 PST 2008
http://bugs.webkit.org/show_bug.cgi?id=16202
------- Comment #12 from eric at webkit.org 2008-01-05 17:20 PDT -------
(From update of attachment 18287)
Obviously the commented out printf()s will need to be removed. Also, the
indenting is incorrect on things like ActivationImp::init, 4 spaces instead of
2.
Single line ifs are two lines:
if (!switchGlobal) exec->dynamicGlobalObject()->tearOffActivation(exec);
Otherwise looks OK. mjs definitely should look at this.
You should read: http://webkit.org/coding/coding-style.html
--
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