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+

Nikolas Zimmermann
Reported 2010-01-28 08:46:45 PST
Save additional memory in SVG*Element classes, by introducing SVGElementRareData
Attachments
Patch (26.22 KB, patch)
2010-01-28 09:01 PST, Nikolas Zimmermann
krit: review+
Nikolas Zimmermann
Comment 1 2010-01-28 09:01:51 PST
Dirk Schulze
Comment 2 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
Nikolas Zimmermann
Comment 3 2010-01-28 13:33:42 PST
Landed in r54009. Oops forgot to change the ChangeLog, will fix this next time I commit.
Note You need to log in before you can comment on or make changes to this bug.