Bug 79334 - DFG's logic for emitting a Flush is too convoluted and contains an inaccurate comment
Summary: DFG's logic for emitting a Flush is too convoluted and contains an inaccurate...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-22 23:03 PST by Filip Pizlo
Modified: 2012-02-23 11:46 PST (History)
0 users

See Also:


Attachments
the patch (2.71 KB, patch)
2012-02-22 23:09 PST, Filip Pizlo
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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