Open Bug 1568677 Opened 6 years ago Updated 5 years ago

JS_MaybeGC is very limited (nop during iGC, eager alloc trigger only)

Categories

(Core :: JavaScript: GC, defect, P3)

defect

Tracking

()

People

(Reporter: sfink, Unassigned)

References

(Blocks 1 open bug)

Details

JS_MaybeGC will only trigger if not already in an incremental GC, and only checks the eager alloc threshold. It also schedules only cx->zone() (though in theory the caller could schedule other zones, but Gecko does not.)

This seems surprising, and should perhaps be changed.

Depends on: 1573125
Severity: normal → S4
You need to log in before you can comment on or make changes to this bug.