Closed
Bug 1131204
Opened 10 years ago
Closed 10 years ago
Allow zealous GC to be triggered by off-thread allocations
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
DUPLICATE
of bug 1131233
People
(Reporter: terrence, Unassigned)
References
Details
It seems that in many tests, we'll simply skip performing any zealous GC while the background thread is allocating: this seems suboptimal. These triggers cannot do the GC inline, but they can at least schedule a GC at the next safe spot which hopefully might make these more likely while the parse thread is present.
We should probably also skip these if we are in a more-deterministic run mode, but I think that is probably true of all our background triggers, which I don't think we're suppressing at the moment.
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•