Closed
Bug 617980
Opened 15 years ago
Closed 1 year ago
Use a union in the DOMSVGXxx list item classes to save memory
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jwatt, Unassigned)
Details
We should probably use a union in the DOMSVGXxx list item classes to save memory. The nsRefPtr<DOMSVGXxxList> member and mValue member are not used at the same time. We can probably best do this by stealing one of the bit flags.
| Reporter | ||
Comment 1•15 years ago
|
||
Note that we'd need to manually addref/release mList which could be a pain.
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
This has all been rewritten in the last 15 years so I don't think this is relevant any more.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•