Closed
Bug 1376296
Opened 8 years ago
Closed 8 years ago
CompositorBridgeChild does unnecessary hashtable lookups
Categories
(Core :: Graphics: Layers, enhancement, P3)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: perf)
Attachments
(2 files)
2.82 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
1.83 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8881252 -
Flags: review?(nfroyd)
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8881253 -
Flags: review?(nfroyd)
Updated•8 years ago
|
Attachment #8881252 -
Flags: review?(nfroyd) → review+
Updated•8 years ago
|
Attachment #8881253 -
Flags: review?(nfroyd) → review+
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/aab3c3535a0c
part 1 - Use Lookup instead of Get+Remove, and remove a useless Get before Remove, to avoid unnecessary hashtable lookups. r=froydnj
https://hg.mozilla.org/integration/mozilla-inbound/rev/fe703a4b5898
part 2 - Switch to nsRefPtrHashtable since it's more appropriate for holding RefPtr values. r=froydnj
Comment 4•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aab3c3535a0c
https://hg.mozilla.org/mozilla-central/rev/fe703a4b5898
Status: NEW → RESOLVED
Closed: 8 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
•