Closed
Bug 1991374
Opened 9 months ago
Closed 9 months ago
Does SRWLock still create a regression in mozjemalloc?
Categories
(Core :: Memory Allocator, task)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: pbone, Unassigned)
References
Details
Attachments
(1 file)
Some time ago we tried to use SRWLock in mozjemalloc Bug 1417234 because it allows static initialisation which makes our lives better. But it created a performance regression. Is that still true?
| Reporter | ||
Comment 1•9 months ago
|
||
There might be a slight performance regression switching to SRWLock:
| Reporter | ||
Comment 2•9 months ago
|
||
Closing as WONTFIX because SRWLock is slightly slower.
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 3•9 months ago
|
||
SRWLock uses static initialisation but it's a little slower.
Comment 4•9 months ago
|
||
A patch has been attached on this bug, which was already closed. Filing a separate bug will ensure better tracking. If this was not by mistake and further action is needed, please alert the appropriate party. (Or: if the patch doesn't change behavior -- e.g. landing a test case, or fixing a typo -- then feel free to disregard this message)
You need to log in
before you can comment on or make changes to this bug.
Description
•