Closed
Bug 1913753
Opened 1 year ago
Closed 1 year ago
Add thread safety annotations to arena_t and ArenaCollection
Categories
(Core :: Memory Allocator, task)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: jstutte, Assigned: jstutte)
References
Details
(Whiteboard: [sp3])
Attachments
(3 files)
arena_t::mLock
ArenaCollection::mLock
We do that based on the WIP of bug 1488780 to avoid conflicts.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → jstutte
Attachment #9419688 -
Attachment description: WIP: Bug 1913753 - Add thread safety annotations for arena_t::mLock. → Bug 1913753 - Add thread safety annotations for arena_t::mLock. r?glandium
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9419738 -
Attachment description: WIP: Bug 1913753 - Add thread safety annotations for ArenaCollection. → Bug 1913753 - Add thread safety annotations for ArenaCollection. r?glandium
Updated•1 year ago
|
Attachment #9419743 -
Attachment description: WIP: Bug 1913753 - Add thread safety annotations for AddressRadixTree. → Bug 1913753 - Add thread safety annotations for AddressRadixTree. r?glandium
Updated•1 year ago
|
Attachment #9419688 -
Attachment description: Bug 1913753 - Add thread safety annotations for arena_t::mLock. r?glandium → Bug 1913753 - Add thread safety annotations for arena_t. r?glandium
Updated•1 year ago
|
Whiteboard: [sp3]
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-830
Pushed by jstutte@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/53acc3504422
Add thread safety annotations for arena_t. r=glandium,pbone
https://hg.mozilla.org/integration/autoland/rev/a21d22843d94
Add thread safety annotations for ArenaCollection. r=glandium,pbone
https://hg.mozilla.org/integration/autoland/rev/f63ae6652ac8
Add thread safety annotations for AddressRadixTree. r=glandium,pbone
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/53acc3504422
https://hg.mozilla.org/mozilla-central/rev/a21d22843d94
https://hg.mozilla.org/mozilla-central/rev/f63ae6652ac8
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•