Closed Bug 1131204 Opened 9 years ago Closed 9 years ago

Allow zealous GC to be triggered by off-thread allocations

Categories

(Core :: JavaScript: GC, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1131233

People

(Reporter: terrence, Unassigned)

References

(Blocks 1 open bug)

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.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.