Bug 103848 - It should be possible to build and run with DFG_ENABLE(PROPAGATION_VERBOSE)
Summary: It should be possible to build and run with DFG_ENABLE(PROPAGATION_VERBOSE)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-02 17:47 PST by Filip Pizlo
Modified: 2012-12-02 18:00 PST (History)
10 users (show)

See Also:


Attachments
the patch (13.87 KB, patch)
2012-12-02 17:50 PST, Filip Pizlo
sam: 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-12-02 17:47:44 PST
In my refactoring of dataLog() statements I forgot to test with DFG_ENABLE(PROPAGATION_VERBOSE). Consequently, the build with that flag set is now broken and with trivial fixes, it will encounter some crashes. We should fix both the build and make it run again.
Comment 1 Filip Pizlo 2012-12-02 17:50:52 PST
Created attachment 177168 [details]
the patch
Comment 2 Filip Pizlo 2012-12-02 18:00:51 PST
Landed in http://trac.webkit.org/changeset/136357