Bug 106363 - If array allocation profiling causes a new_array to allocate double arrays, then the holes should end up being correctly initialized
Summary: If array allocation profiling causes a new_array to allocate double arrays, t...
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: 2013-01-08 12:17 PST by Filip Pizlo
Modified: 2013-01-08 12:23 PST (History)
7 users (show)

See Also:


Attachments
the patch (7.52 KB, patch)
2013-01-08 12:19 PST, 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-01-08 12:17:57 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2013-01-08 12:19:38 PST
Created attachment 181726 [details]
the patch
Comment 2 Mark Hahnenberg 2013-01-08 12:21:33 PST
Comment on attachment 181726 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=181726&action=review

r=me

> Source/JavaScriptCore/ChangeLog:3
> +        

Need bug title.
Comment 3 Filip Pizlo 2013-01-08 12:23:08 PST
Landed in http://trac.webkit.org/changeset/139094