Bug 118335 - fourthTier: Have fewer Arrayify's
Summary: fourthTier: Have fewer Arrayify's
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: 112840
  Show dependency treegraph
 
Reported: 2013-07-02 19:24 PDT by Filip Pizlo
Modified: 2013-07-02 20:46 PDT (History)
7 users (show)

See Also:


Attachments
the patch (4.99 KB, patch)
2013-07-02 19:28 PDT, Filip Pizlo
mhahnenberg: 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-07-02 19:24:29 PDT
This affects the FTL because it's hard to do meaningful low-level optimizations when you have the control flow diamond that Arrayify causes.
Comment 1 Filip Pizlo 2013-07-02 19:28:50 PDT
Created attachment 205963 [details]
the patch
Comment 2 Mark Hahnenberg 2013-07-02 20:10:11 PDT
Comment on attachment 205963 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-07-02 20:46:29 PDT
Landed in http://trac.webkit.org/changeset/152336