[Webkit-unassigned] [Bug 75068] New: Make elements with attributes smaller by eliminating the reference count in NamedNodeMap
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 21 23:34:48 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=75068
Summary: Make elements with attributes smaller by eliminating
the reference count in NamedNodeMap
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
We should remove the separate reference count stored in each NamedNodeMap. An easy immediate way to do that would be by using OwnPtr instead of RefPtr to hold the map on each Element, and changing the ref and deref functions to simply ref and deref the owning element instead of the map itself.
--
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