Closed
Bug 1561506
Opened 6 years ago
Closed 6 years ago
make GCParallelTask::startOrRunIfIdle safe when threads are disabled
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
Details
Attachments
(1 file)
GCParallelTask::startOrRunIfIdle asserts if it tries to start a thread but multi-threading is diabled. I have a patch that makes startOrRunIfIdle run the task on the main thread when threading is diabled. This simplifies its callsites.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → pbone
Status: NEW → ASSIGNED
Priority: -- → P3
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D35591
Pushed by pbone@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/11adb29b0bdc
Make startOrRunIfIdle safe when threads are disabled r=jonco
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•