[Webkit-unassigned] [Bug 75071] New: Reduce per-attribute overhead by no longer heap-allocating Attribute objects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 21 23:41:35 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=75071
Summary: Reduce per-attribute overhead by no longer
heap-allocating Attribute objects
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
It seems that we do not need to heap-allocate Attribute objects. Reference counting each one seems like overkill. There must be a way to have the Vector of attributes contain the attributes themselves rather than just heap pointers. These are not variable-size objects.
--
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