Skip to content

fix non-moving gc heap space requirements misestimate (#20475)

Teo Camarasu requested to merge teo/ghc:wip/T20475 into master

This fixes #20475 (closed).

When using the non-moving gc, we will have space requirements comparable to the compacting gc not the copying gc.

Merge request reports