Bug 34268

Summary: Save additional memory in SVG*Element classes, by introducing SVGElementRareData
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: New BugsAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, krit, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch krit: review+

Description Nikolas Zimmermann 2010-01-28 08:46:45 PST
Save additional memory in SVG*Element classes, by introducing SVGElementRareData
Comment 1 Nikolas Zimmermann 2010-01-28 09:01:51 PST
Created attachment 47623 [details]
Patch
Comment 2 Dirk Schulze 2010-01-28 10:26:31 PST
Comment on attachment 47623 [details]
Patch

> +        SVGElementRareData works just like NodeRareData. Unlike ElementRareData, we're not inheriting from
> +        NodeRareData in SVG, as we don't need all the rare data stored there, unlike Element.
Unlike unlike ;-)

r=me
Comment 3 Nikolas Zimmermann 2010-01-28 13:33:42 PST
Landed in r54009. Oops forgot to change the ChangeLog, will fix this next time I commit.