Bug 118488 - CheckArray should call the right version of filterArrayModes
Summary: CheckArray should call the right version of filterArrayModes
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-07-08 15:52 PDT by Mark Hahnenberg
Modified: 2013-07-08 18:08 PDT (History)
0 users

See Also:


Attachments
Patch (1.45 KB, patch)
2013-07-08 15:56 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-07-08 15:52:37 PDT
Currently in the CFA, CheckArray doesn't call the right filterArrayMode, which can cause the CFA to ignore when it sees a contradiction.
Comment 1 Mark Hahnenberg 2013-07-08 15:56:29 PDT
Created attachment 206277 [details]
Patch
Comment 2 Mark Hahnenberg 2013-07-08 18:08:16 PDT
Committed r152477: <http://trac.webkit.org/changeset/152477>