Bug 1814510 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Incremental GC might still end up running everything in a single chunk if there's no other work that delays the incremental slices. I think if we want to keep "CPU time over the span of one second" below a certain threshold, we'll need something that enforces this threshold.
Incremental GC might still end up running the entire GC work consecutively if there's no other work that delays the incremental slices. I think if we want to keep "CPU time over the span of one second" below a certain threshold, we'll need something that enforces this threshold.

Back to Bug 1814510 Comment 3