[webkit-dev] Moving code from Element to NamedNodeMap -- I think that is the wrong direction

Darin Adler darin at apple.com
Wed Dec 21 23:43:40 PST 2011


On Dec 21, 2011, at 11:32 PM, Darin Adler wrote:

> On Dec 21, 2011, at 11:26 PM, Ryosuke Niwa wrote:
> 
>> Could you file bugs for these goals so that Adam and I can tackle those after the break?
> 
> Sure. Not tonight, but as soon as I get a chance.

I filed a few bugs with optimization ideas. They may need new titles, since they talk about specific optimizations rather than goals:

75068: Make elements with attributes smaller by eliminating the reference count in NamedNodeMap
75069: Make elements with attributes smaller by eliminating the m_element back pointer in NamedNodeMap
75070: Make elements with attributes smaller by eliminating some malloc block overhead
75071: Reduce per-attribute overhead by no longer heap-allocating Attribute objects

-- Darin


More information about the webkit-dev mailing list