Closed
Bug 1435702
Opened 7 years ago
Closed 7 years ago
specialize copying nsTHashtable elements where possible
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
|
2.04 KB,
patch
|
nika
:
review+
|
Details | Diff | Splinter Review |
This saves us a function call to memcpy when the compiler inlines the
memcpy, which is pretty common.
| Assignee | ||
Comment 1•7 years ago
|
||
This is a micro-optimization, to be sure, but a useful one.
Attachment #8948364 -
Flags: review?(nika)
Updated•7 years ago
|
Attachment #8948364 -
Flags: review?(nika) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cb8887cd0be0
specialize copying nsTHashtable elements where possible; r=mystor
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•