Closed
Bug 2023471
Opened 3 months ago
Closed 2 months ago
Move the BaseArray implementation to a new header
Categories
(Core :: Memory Allocator, task)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
PHC has an array implementation that (in my workspace) uses the base allocator. Moving it out of PHC.cpp to a new header will enable Bug 1980064 and Bug 1932624 to use it.
| Assignee | ||
Comment 1•3 months ago
|
||
TLS and other features will need an array implementation. We can take
the one from PHC rename it and move it to a new header file.
Updated•3 months ago
|
Assignee: nobody → pbone
Attachment #9555448 -
Attachment description: WIP: Bug 2023471 - Move the array implementation to a new header → Bug 2023471 - Move the array implementation to a new header r=glandium
Status: NEW → ASSIGNED
Pushed by pbone@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a9d015d3b8e4
https://hg.mozilla.org/integration/autoland/rev/deaf00e3067e
Move the array implementation to a new header r=glandium
Comment 3•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c152/b151]
You need to log in
before you can comment on or make changes to this bug.
Description
•