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)

defect

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.
Note that we'd need to manually addref/release mList which could be a pain.
Severity: normal → S3

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.