Closed
Bug 1374126
Opened 4 years ago
Closed 4 years ago
EffectCompositor::RequestRestyle does unnecessary hashtable lookups
Categories
(Core :: DOM: Animation, enhancement, P2)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: mats, Assigned: mats)
References
Details
(Keywords: perf)
Attachments
(1 file)
|
1.22 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
http://searchfox.org/mozilla-central/rev/b95a1a95838cc6e85ea5d9b9e3ae39b4cd69d8ef/dom/animation/EffectCompositor.cpp#271-272 https://treeherder.mozilla.org/#/jobs?repo=try&revision=8793e1e901c5f0e3f87ab34f5bd34c2a8314b6cf
| Assignee | ||
Comment 1•4 years ago
|
||
Attachment #8879024 -
Flags: review?(nfroyd)
Pushed by mpalmgren@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/1cea8a8c16a5 Use LookupForAdd instead of Contains+Put to avoid unnecessary hashtable lookups. r=froydnj
| Assignee | ||
Comment 3•4 years ago
|
||
Sorry, I pushed this prematurely. It's a fairly trivial change though, so I'll leave it in for now and address any review comments retroactively.
Updated•4 years ago
|
Attachment #8879024 -
Flags: review?(nfroyd) → review+
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1cea8a8c16a5
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•