chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Re: Heap resizing needs to pick up the pac


From: Felix
Subject: Re: [Chicken-hackers] [PATCH] Re: Heap resizing needs to pick up the pace to match mutation stack resizing!
Date: Mon, 02 Jul 2012 10:55:32 +0200 (CEST)

> 
> After discussing this with Felix I came to the conclusion that the
> mutation stack is a distraction from the real issue, which is that the
> heap size must grow at least enough to contain all the objects from the
> nursery.  The attached patch simply checks that at least the nursery
> size is added to the current heap size.  The default heap size is also
> changed to be equal to the default nursery size.  This means each initial
> major GC can be postponed a little while longer.  This should speed up
> most programs because the heap won't be way too small like now.
> 

Pushed. Thanks, Peter.


cheers,
felix



reply via email to

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