Closed
Bug 441464
Opened 16 years ago
Closed 12 years ago
nsSVGElementList.h is slow/generates too much code
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: jwatt, Unassigned)
References
Details
The use of nsSVGElementList.h generates too much code and requires us to check all elements rather than just fall through at the end for elements supporting nothing. We should at least fix the SVG_ELEMENT macro so the compiler compiles out the NONE cases. We can probably do better than that though.
Comment 1•12 years ago
|
||
I removed this some time ago. There's no SVG_ELEMENT macro any more.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•