Consider re-introducing some of the AutoTArray-specific optimizations in nsTArray
Categories
(Core :: XPCOM, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file, 1 obsolete file)
As per Mayank's comment the regressing bug probably has introduced some speedometer regressions.
Here's a try run reintroducing some of these:
| Assignee | ||
Comment 1•9 months ago
|
||
This re-introduces some of the special-cases that we had before
bug 1983704, in a somewhat simpler way (by cleaning up AutoBuffer, and
forcing it to be 8-byte aligned).
| Assignee | ||
Comment 2•9 months ago
|
||
This file is very annoying to edit, as editors choke on it, and it's
only included from nsTArray.h. So get rid of it.
Comment 3•9 months ago
|
||
Comment on attachment 9508167 [details]
Bug 1984102 - Remove nsTArray-inl.h. r=nika!
Revision D261751 was moved to bug 1984195. Setting attachment 9508167 [details] to obsolete.
| Assignee | ||
Comment 4•9 months ago
|
||
Backed out for causing multiple failures.
- Backout link
Crashtest failures - Push with failures
- Failure Log
————————————————————————————————————
xpc failures - Push with failures
- Failure Log
————————————————————————————————————
Gtest failures - Push with failures
- Failure Log
————————————————————————————————————
xpc failures @est_persist_eviction.js - Push with failures
- Failure Log
| Assignee | ||
Updated•8 months ago
|
| Assignee | ||
Updated•8 months ago
|
Comment 11•8 months ago
|
||
Comment 12•8 months ago
|
||
Comment 13•8 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a8efdd88e775
https://hg.mozilla.org/mozilla-central/rev/3dbe5b5f301e
https://hg.mozilla.org/mozilla-central/rev/d849fe0372a3
Description
•