Bug 111536 - DFG should not run full CSE after the optimization fixpoint, since it really just wants store elimination
Summary: DFG should not run full CSE after the optimization fixpoint, since it really ...
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: 2013-03-06 00:42 PST by Filip Pizlo
Modified: 2013-03-06 13:25 PST (History)
7 users (show)

See Also:


Attachments
work in progress (11.55 KB, patch)
2013-03-06 12:39 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (13.30 KB, patch)
2013-03-06 13:00 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 2013-03-06 00:42:33 PST
As the title says.
Comment 1 Filip Pizlo 2013-03-06 12:39:22 PST
Created attachment 191812 [details]
work in progress
Comment 2 Filip Pizlo 2013-03-06 13:00:13 PST
Created attachment 191815 [details]
the patch
Comment 3 Filip Pizlo 2013-03-06 13:25:46 PST
Landed in http://trac.webkit.org/changeset/144973