Bug 79334

Summary: DFG's logic for emitting a Flush is too convoluted and contains an inaccurate comment
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch oliver: review+

Description Filip Pizlo 2012-02-22 23:03:56 PST
It's always safe to emit a Flush even if one has already been emitted, so long as the Flush has something other than a Flush as its child.
Comment 1 Filip Pizlo 2012-02-22 23:09:53 PST
Created attachment 128401 [details]
the patch
Comment 2 Filip Pizlo 2012-02-23 11:46:15 PST
Landed in http://trac.webkit.org/changeset/108652