Closed
Bug 1383833
Opened 8 years ago
Closed 1 year ago
Consider allowing atoms GC when finished parse tasks are present
Categories
(Core :: JavaScript: GC, enhancement, P3)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | unaffected |
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
In bug 1374797 it was pointed out that we block collection of the atoms zone when any helper threads used for parsing are present and that this is overly conservative. We only need to block collection while they are parsing. When a task has moved onto the finished list it doesn't need to block collection any more.
I don't know whether changing this would make a significant difference.
Updated•8 years ago
|
status-firefox57:
--- → unaffected
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: GC.performance
Severity: S3 → N/A
| Reporter | ||
Comment 1•1 year ago
|
||
Parse tasks have been removed in bug 1846194 so we can close this.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•