chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] use correct defaults for nursery size


From: Christian Kellermann
Subject: Re: [Chicken-hackers] [PATCH] use correct defaults for nursery size
Date: Fri, 11 Nov 2011 14:43:42 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

* felix winkelmann <address@hidden> [111110 11:43]:
> The attached patch changes the default nursery size to 256k on 32-bit
> systems and 1mb on 64-bit systems. The compiler does not emit
> stack-resizing cod unless explicitly requested - this was previously
> done, but didn't make sense, because it would override the default
> setting with the same value, regardless of the application default.
> Using the runtime defaults also prevents distributed C files to override
> the nursery size settings (unless requested). Additionally, the handling
> of default heap-size settings was slightly cleaned up.
> 
> The compiler-options -heap-initial-size, -heap-growth and
> -heap-shrinkage have been deprecated.

Ok, pushed!

Christian

-- 
Who can (make) the muddy water (clear)? Let it be still, and it will
gradually become clear. Who can secure the condition of rest? Let
movement go on, and the condition of rest will gradually arise.
 -- Lao Tse. 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]