Closed Bug 1371095 Opened 4 years ago Closed 4 years ago

ImageTracker does unnecessary hashtable lookups

Categories

(Core :: DOM: Core & HTML, enhancement, P2)

enhancement

Tracking

()

RESOLVED FIXED
mozilla56
Tracking Status
firefox56 --- fixed

People

(Reporter: mats, Assigned: mats)

References

Details

(Keywords: perf, Whiteboard: [qf:p1])

Attachments

(1 file)

No description provided.
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)
Fairly straightforward: replace Get+Put with LookupForAdd,
and Get+Remove with LookupRemoveIf.
Attachment #8876106 - Flags: review?(nfroyd)
Attachment #8876106 - Flags: review?(nfroyd) → review+
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
https://hg.mozilla.org/mozilla-central/rev/46cb9923c169
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.