[Webkit-unassigned] [Bug 90255] New: JSObject wastes too much memory on unused property slots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 00:43:13 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90255

           Summary: JSObject wastes too much memory on unused property
                    slots
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


1) Non-final objects should not have inline property storage, since it is used rarely and allocating out-of-line storage is cheap.

2) The initial size of out-of-line storage should not be a whopping 16 slots, or 128 bytes.  It should be some sensible amount, like maybe 4 (32 bytes), or 2x the inline storage, whichever is bigger.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list