Bug 122532

Summary: Convert for-of iteration to in-band signalling so we can trivially avoid unnecessary object allocation
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch msaboff: review+

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>