RESOLVED FIXED 16579
Optimize for loops which do not break or continue
https://bugs.webkit.org/show_bug.cgi?id=16579
Summary Optimize for loops which do not break or continue
Eric Seidel (no email)
Reported 2007-12-23 00:06:58 PST
Optimize for loops which do not break or continue Maciej suggested this in the channel tonight, after bug 16547 lands, we use the parse-time knowledge of breaks/continues to swap out loop nodes which don't break or continue.
Attachments
Cameron Zwarich (cpst)
Comment 1 2008-06-08 20:47:42 PDT
This is done in SquirrelFish.
Note You need to log in before you can comment on or make changes to this bug.