[Webkit-unassigned] [Bug 16525] Possible to optimize out for(var x = 0; x < 500; x++) in JSC?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 04:49:28 PST 2007


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





------- Comment #1 from eric at webkit.org  2007-12-20 04:49 PDT -------
Along this same vein: our time spent in LocalVarAccessNode ::evaluateToNumber()
in pushing the float value onto the stack for return.  We could avoid calling
evaluateToNumber() entirely if we could know that evaluateToInt32() would be
sufficient.  Yay x68 calling conventions!


-- 
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