RESOLVED FIXED 34268
Save additional memory in SVG*Element classes, by introducing SVGElementRareData
https://bugs.webkit.org/show_bug.cgi?id=34268
Summary Save additional memory in SVG*Element classes, by introducing SVGElementRareData
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.