[Mono-dev] Ephemeron support for sgen

Mark Probst mark.probst at gmail.com
Mon Apr 26 20:21:47 EDT 2010


On Mon, Apr 26, 2010 at 10:25 PM, Rodrigo Kumpera <kumpera at gmail.com> wrote:
> Once this is properly working, two additional improvements should be done.
> Split the registered arrays in two, for nursery and oldgen and use remset
> information to know which old gen arrays needs to be scanned.

I doubt scanning old-gen arrays during the nursery collection is worth
the trouble - it might even be counterproductive in terms of
performance.  I'd just leave remsets as they are.  If they lead to a
few nursery objects to be promoted unnecessarily, big deal.

Mark


More information about the Mono-devel-list mailing list