[Mono-dev] [PATCH] User Set Nursery Size

Mark Probst mark.probst at gmail.com
Mon Mar 29 09:16:38 EDT 2010


On Wed, Mar 24, 2010 at 12:40 AM, Sanjoy Das
<sanjoy at playingwithpointers.com> wrote:
> Patch (subject to a #define) allows the user to set the nursery size
> using the environmental variable MONO_GC_PARAMS.

Sorry I took so long to review this.

This patch doesn't work.  First of all, it never sets
default_nursery_size, so there's no effect.  Also, it doesn't check
whether the number given is a power of two, and if it isn't, it would
loop endlessly (if it did set default_nursery_size).

Mark


More information about the Mono-devel-list mailing list