Bug 116353 - CheckArrays should be hoisted
Summary: CheckArrays should be hoisted
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-17 14:35 PDT by Mark Hahnenberg
Modified: 2013-05-19 17:50 PDT (History)
0 users

See Also:


Attachments
Patch (48.46 KB, patch)
2013-05-17 14:54 PDT, Mark Hahnenberg
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2013-05-17 14:35:45 PDT
This should make flat arrays possible without a regression, since flat arrays can cause many CheckStructures to become CheckArrays.
Comment 1 Mark Hahnenberg 2013-05-17 14:54:18 PDT
Created attachment 202161 [details]
Patch
Comment 2 Mark Hahnenberg 2013-05-19 17:50:16 PDT
Committed r150359: <http://trac.webkit.org/changeset/150359>