Jeroen Demeyer on Wed, 21 Jan 2015 22:43:46 +0100


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

Re: Stack size bugs and parisizemax


On 2015-01-21 22:39, Karim Belabas wrote:
Something like

   (!parisizemax || stacksize > 0.99 parisizemax)
Alternatively, implement a macro gc_needed_max() which behaves exactly like gc_needed() but using parisizemax instead of parisize.

Then use gc_needed() in the outer loop and gc_needed_max() in the inner loop.