Closed
Bug 1423803
Opened 7 years ago
Closed 7 years ago
Turn mozilla::fallible into an alias for std::nothrow
Categories
(Core :: Memory Allocator, enhancement)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
We have fallible operator new with the std::nothrow variant, which is used in third party code. The duplication with our own fallible operator new is unfortunate, and we can reduce the duplication by making one an alias of the other.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8935228 [details]
Bug 1423803 - Turn mozilla::fallible into an alias for std::nothrow.
https://reviewboard.mozilla.org/r/206106/#review211646
Attachment #8935228 -
Flags: review?(n.nethercote) → review+
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/5d4d649431f4
Turn mozilla::fallible into an alias for std::nothrow. r=njn
Comment 4•7 years ago
|
||
FYI One of the build metrics alerts flags a big regression:
== Change summary for alert #10910 (as of Thu, 07 Dec 2017 02:49:39 GMT) ==
Regressions:
296% compiler_metrics num_static_constructors linux64-noopt debug 241.00 -> 955.00
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=10910
Updated•7 years ago
|
Flags: needinfo?(mh+mozilla)
Assignee | ||
Comment 5•7 years ago
|
||
Filed bug 1424116.
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(mh+mozilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•