Bug 131764 - AI for GetLocal should match the DFG backend, and in this case, the best way to do that is to get rid of the "exit if empty prediction" thing since it's a vestige of a time long gone
Summary: AI for GetLocal should match the DFG backend, and in this case, the best way ...
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: 2014-04-16 14:39 PDT by Filip Pizlo
Modified: 2014-04-17 10:01 PDT (History)
8 users (show)

See Also:


Attachments
the patch (5.37 KB, patch)
2014-04-16 14:48 PDT, Filip Pizlo
oliver: review+
Details | Formatted Diff | Diff
the patch (4.60 KB, patch)
2014-04-16 19:11 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 2014-04-16 14:39:11 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2014-04-16 14:48:07 PDT
Created attachment 229483 [details]
the patch
Comment 2 Filip Pizlo 2014-04-16 19:11:28 PDT
Created attachment 229512 [details]
the patch
Comment 3 Geoffrey Garen 2014-04-16 21:25:19 PDT
Comment on attachment 229512 [details]
the patch

r=me
Comment 4 Filip Pizlo 2014-04-17 10:01:46 PDT
Landed in http://trac.webkit.org/changeset/167433