Closed
Bug 1649702
Opened 5 years ago
Closed 5 years ago
Don't submit a SourceCompressionTask when shutdown
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
Attachments
(1 file)
I found when the gcreason is JS::GCReason::XPCONNECT_SHUTDOWN we still dispatch some SourceComressionTasks.
Updated•5 years ago
|
Severity: -- → N/A
Assignee | ||
Comment 1•5 years ago
|
||
No need to submit compression task in xpconnect shutdown.
Pushed by allstars.chh@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c805230083d9
Add XPCONNECT_SHUTDOWN to IsShutdownGC. r=jonco
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•