WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
16472
Perform an AST transform to swap out non-break/continue checking loops
https://bugs.webkit.org/show_bug.cgi?id=16472
Summary
Perform an AST transform to swap out non-break/continue checking loops
Eric Seidel (no email)
Reported
2007-12-17 03:40:26 PST
Perform an AST transform to swap out non-break/continue checking loops We don't need to check break/continue returns at runtime if we can scan the kids of a loop node after the parse to insure that none of the kids contain a break or continue node. This could be at least a small speedup in SunSpider, and would probably be pretty straightforward to implement.
Attachments
Add attachment
proposed patch, testcase, etc.
Cameron Zwarich (cpst)
Comment 1
2008-06-08 20:50:52 PDT
This optimization is obsoleted by SquirrelFish.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug