Closed
Bug 1909527
Opened 6 months ago
Closed 5 months ago
Split allocations on background threads into their own jemalloc arena
Categories
(Core :: JavaScript Engine, enhancement, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: alexical, Assigned: alexical)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
Particularly on some heterogeneous architectures we end up seeing a lot of contention in the allocator between background threads and the main thread. We should do our best to ensure that they don't share an arena in order to minimize that contention.
Assignee | ||
Comment 1•6 months ago
|
||
Updated•6 months ago
|
Severity: -- → S3
Priority: -- → P1
Updated•6 months ago
|
Blocks: sm-runtime
Updated•6 months ago
|
Blocks: speedometer3
Whiteboard: [sp3]
Updated•6 months ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-783
Pushed by dothayer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ff70bcb77e73
Split background allocations to a dedicated arena r=iain,sfink
Comment 3•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•