Closed
Bug 2040792
Opened 3 months ago
Closed 3 months ago
Remove main-thread rooting for off-thread-only debug queue check.
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Basically, why root if we can only call the thing that will GC after checking for main thread?
| Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Comment 2•3 months ago
•
|
||
Flags: needinfo?(mgaudet)
Pushed by csabou@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/cebc55aab4d2
https://hg.mozilla.org/integration/autoland/rev/5ebfea8c4a2f
Revert "Bug 2040792 - Remove main-thread rooting for off-thread-only debug queue check r=arai" for causing hazards failures on Promise.cpp
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8aaee6d2d559
https://hg.mozilla.org/integration/autoland/rev/ba19f1e30cd4
Remove main-thread rooting for off-thread-only debug queue check r=arai
Comment 5•3 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
| Assignee | ||
Updated•3 months ago
|
Flags: needinfo?(mgaudet)
Pushed by ffxbld@lando.moz.tools:
https://github.com/mozilla-firefox/firefox/commit/e73960406116
https://hg.mozilla.org/releases/mozilla-beta/rev/78a053fdcaf4
Remove main-thread rooting for off-thread-only debug queue check r=arai
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c154/b153]
You need to log in
before you can comment on or make changes to this bug.
Description
•