Closed
Bug 26430
Opened 25 years ago
Closed 20 years ago
investigate removal of mDocument pointer from nsGeneric[HTML]Element
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: waterson, Assigned: waterson)
References
Details
(Keywords: dom1, perf)
Per scc's suggestion, investigate time/space trade-offs from removing the
cached mDocument pointer from nsGeneric[HTML]Element and nsXULElement, and
instead doing an O(log n) walk to the root of the element to determine the
document.
Assignee | ||
Updated•25 years ago
|
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M16
Comment 1•25 years ago
|
||
Waterson, hold on with doing this for a while, I've got other ideas up my
sleave, more info in a while...
Assignee | ||
Updated•25 years ago
|
Target Milestone: M16 → Future
Any news, jst? (How much would this save us, anyway? How many of these things
do we create/keep in memory? Thousands? Millions?)
Updated•24 years ago
|
Component: DOM Level 1 → DOM HTML
Comment 6•20 years ago
|
||
Fixed as part of a checkin for bug 27382. Filed bug 255077 on a similar change
for nsXULElement.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•