Closed
Bug 1371095
Opened 4 years ago
Closed 4 years ago
ImageTracker does unnecessary hashtable lookups
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: mats, Assigned: mats)
References
Details
(Keywords: perf, Whiteboard: [qf:p1])
Attachments
(1 file)
|
3.16 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Comment 1•4 years ago
|
||
Could you post a sentence or two about which particular calls you're concerned with here? We just ran across this bug in [qf] nomination bug triage, and we have no idea how to prioritize it. :) Eliminating hashtable lookups is big, though, clearly, so this is probably [qf:p1] assuming that there's something to be done here. (Alternately: maybe you've got a patch nearly ready, which will make this clearer...)
Flags: needinfo?(mats)
| Assignee | ||
Comment 2•4 years ago
|
||
WIP: https://hg.mozilla.org/try/rev/eb08ecc61a6bd75575df3d0f4d9ee46a586c3d5c
Flags: needinfo?(mats)
| Assignee | ||
Comment 3•4 years ago
|
||
Fairly straightforward: replace Get+Put with LookupForAdd, and Get+Remove with LookupRemoveIf.
Attachment #8876106 -
Flags: review?(nfroyd)
Updated•4 years ago
|
Attachment #8876106 -
Flags: review?(nfroyd) → review+
Comment 4•4 years ago
|
||
Triaging as [qf:p1], as straightforward removal of redundant hashtable lookups (known in general to be involved in QF perf issues).
Whiteboard: [qf] → [qf:p1]
Pushed by mpalmgren@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/46cb9923c169 Avoid doing unnecessary hashtable lookups in ImageTracker::Add/Remove. r=froydnj
Comment 6•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/46cb9923c169
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•2 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•