Closed
Bug 564981
Opened 15 years ago
Closed 15 years ago
[FIX]Get rid of slow do_QueryReferent on all flushes
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.45 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
This came up when profiling content list code. Once sink flushes just die (including in the XML sink!) we can stop keeping track of the sink altogether here. But for now, better to just drop the weakref once we don't need it anymore.
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #444593 -
Flags: review?(jst)
Updated•15 years ago
|
Attachment #444593 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Target Milestone: --- → mozilla1.9.3a5
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•