[Webkit-unassigned] [Bug 15879] Add evaluateToNumber fast path for numeric operations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 7 00:13:11 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=15879
------- Comment #2 from eric at webkit.org 2007-11-07 00:13 PDT -------
One possible reason for the slowdown is the extra hadException() checks now
after every toNumber() call (which we were previously missing, see bug 15878).
If I wanted this to only check as much as the old code, I would remove all
KJS_CHECKHADEXCEPTIONVALUE calls directly following any evaluateToNumber()
call. Still investigating.
--
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