Bug 121142 - VariableAccessData::flushFormat() should be the universal way of deciding how to speculate on stores to locals and how locals are formatted
Summary: VariableAccessData::flushFormat() should be the universal way of deciding how...
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: 121064
  Show dependency treegraph
 
Reported: 2013-09-10 22:55 PDT by Filip Pizlo
Modified: 2013-09-11 14:23 PDT (History)
7 users (show)

See Also:


Attachments
the patch (37.31 KB, patch)
2013-09-10 23:12 PDT, Filip Pizlo
ggaren: 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-09-10 22:55:12 PDT
The FTL already used it, now the DFG should, too.
Comment 1 Filip Pizlo 2013-09-10 23:12:09 PDT
Created attachment 211283 [details]
the patch
Comment 2 Geoffrey Garen 2013-09-11 08:57:01 PDT
Comment on attachment 211283 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-09-11 14:23:53 PDT
Landed in http://trac.webkit.org/changeset/155564