Closed
Bug 1855230
Opened 2 years ago
Closed 2 years ago
Don't hold helper thread lock while tracing the lazy link list
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
The lazy link list is only accessed on the runtime's main thread, so we don't need the lock for it.
| Assignee | ||
Comment 1•2 years ago
|
||
Unlike the lists in the global helper thread state, the lazy link list is only
accessed on the runtime's main thread.
Updated•2 years ago
|
Assignee: nobody → jdemooij
Status: NEW → ASSIGNED
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1d8475634090
Release helper thread lock before tracing lazy link list. r=jonco
Updated•2 years ago
|
Severity: -- → N/A
Type: task → enhancement
Priority: -- → P1
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-616
You need to log in
before you can comment on or make changes to this bug.
Description
•