Bug 34268 - Save additional memory in SVG*Element classes, by introducing SVGElementRareData
Summary: Save additional memory in SVG*Element classes, by introducing SVGElementRareData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-28 08:46 PST by Nikolas Zimmermann
Modified: 2010-01-28 13:33 PST (History)
4 users (show)

See Also:


Attachments
Patch (26.22 KB, patch)
2010-01-28 09:01 PST, Nikolas Zimmermann
krit: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.