[Webkit-unassigned] [Bug 75068] 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:38:15 PST 2011


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





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2011-12-21 23:38:15 PST ---
(In reply to comment #0)
> 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.

I'm not sure which ref/deref functions you're talking about. Could you elaborate a little?

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