[Webkit-unassigned] [Bug 57073] New: NamedNodeMaps created from Atomic Tokens use 4 MB on Membuster

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 19:45:50 PDT 2011


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

           Summary: NamedNodeMaps created from Atomic Tokens use 4 MB on
                    Membuster
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: slewis at apple.com


The AtomicHTMLToken function reserved space for ten tokens in the attribute map which was rarely filled.  Rework the function to reserve space for the number of attributes in the list.  Seems slightly faster on the parser benchmarks.  Saves 1.5 MB on Membuster.

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