Open
Bug 1814813
Opened 2 years ago
Updated 1 year ago
Don't run background sweep and background free concurrently
Categories
(Core :: JavaScript: GC, enhancement, P1)
Core
JavaScript: GC
Tracking
()
ASSIGNED
People
(Reporter: pbone, Assigned: pbone)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [sp3])
Attachments
(1 file)
Background sweep and background free contend for the same jemalloc locks. They shouldn't run concurrently.
Assignee | ||
Comment 1•2 years ago
|
||
This should reduce lock contention on the jemalloc locks but it also makes
it easier to manage jemalloc state in the next patch.
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-249
Comment 2•1 year ago
|
||
I happened to notice this in [sp3] bug list. Does the patch improve performance or should this bug be closed as wontfix?
Flags: needinfo?(pbone)
Assignee | ||
Comment 3•1 year ago
|
||
I don't remember if it changed performance. I do remember that it also helps one of the other bugs that had a better chance of improving performance. Leave it open, I'll get back to it but if you want remove the [sp3].
Flags: needinfo?(pbone)
You need to log in
before you can comment on or make changes to this bug.
Description
•