[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 08:25:10 PST 2007


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





------- Comment #3 from eric at webkit.org  2007-12-20 08:25 PDT -------
Any use of "eval" would count as a reference to "x" and would break this
optimization.  This would obviously require our planned eval tainting.


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