Bug 122532 - Convert for-of iteration to in-band signalling so we can trivially avoid unnecessary object allocation
Summary: Convert for-of iteration to in-band signalling so we can trivially avoid unne...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 16:32 PDT by Oliver Hunt
Modified: 2013-10-08 17:23 PDT (History)
0 users

See Also:


Attachments
Patch (15.32 KB, patch)
2013-10-08 16:39 PDT, Oliver Hunt
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2013-10-08 16:32:30 PDT
Convert for-of iteration to in-band signalling so we can trivially avoid unnecessary object allocation
Comment 1 Oliver Hunt 2013-10-08 16:39:08 PDT
Created attachment 213733 [details]
Patch
Comment 2 Oliver Hunt 2013-10-08 17:23:26 PDT
Committed r157150: <http://trac.webkit.org/changeset/157150>