Bug 84249 - Remove m_subclassData from JSArray, move the attribute to subclass as needed
Summary: Remove m_subclassData from JSArray, move the attribute to subclass as needed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-18 09:37 PDT by Benjamin Poulain
Modified: 2012-04-18 11:37 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.33 KB, patch)
2012-04-18 09:47 PDT, Benjamin Poulain
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-04-18 09:37:55 PDT
Allocating useless 64bits per JSArray is unfortunately not free.
Comment 1 Benjamin Poulain 2012-04-18 09:47:18 PDT
Created attachment 137713 [details]
Patch
Comment 2 Geoffrey Garen 2012-04-18 10:27:04 PDT
Comment on attachment 137713 [details]
Patch

r=me
Comment 3 Benjamin Poulain 2012-04-18 11:37:12 PDT
Committed r114539: <http://trac.webkit.org/changeset/114539>