[Webkit-unassigned] [Bug 75070] New: Make elements with attributes smaller by eliminating some malloc block overhead

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 23:39:58 PST 2011


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

           Summary: Make elements with attributes smaller by eliminating
                    some malloc block overhead
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: darin at apple.com
                CC: rniwa at webkit.org, adamk at chromium.org


After refactoring so that NamedNodeMap is replaced by a “data holder” type of class, we may want to fold the attributes into element itself if the additional cost for elements with no attributes is worth the savings for elements with attributes.

-- 
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