Bug 144169 - [JSC] When inserting a NaN into a Int32 array, we convert it to DoubleArray then to ContiguousArray
Summary: [JSC] When inserting a NaN into a Int32 array, we convert it to DoubleArray t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-24 16:10 PDT by Benjamin Poulain
Modified: 2015-04-24 16:30 PDT (History)
0 users

See Also:


Attachments
Patch (4.69 KB, patch)
2015-04-24 16:13 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2015-04-24 16:10:31 PDT
[JSC] When inserting a NaN into a Int32 array, we convert it to DoubleArray then to ContiguousArray
Comment 1 Benjamin Poulain 2015-04-24 16:13:11 PDT
Created attachment 251585 [details]
Patch
Comment 2 Geoffrey Garen 2015-04-24 16:21:42 PDT
Comment on attachment 251585 [details]
Patch

r=me
Comment 3 Benjamin Poulain 2015-04-24 16:30:38 PDT
Comment on attachment 251585 [details]
Patch

Clearing flags on attachment: 251585

Committed r183291: <http://trac.webkit.org/changeset/183291>
Comment 4 Benjamin Poulain 2015-04-24 16:30:43 PDT
All reviewed patches have been landed.  Closing bug.