Bill Allombert on Tue, 13 May 2014 19:10:44 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: dynamic pari stack |
On Tue, Apr 08, 2014 at 03:16:36PM +0200, Bill Allombert wrote: > > Further works: > > - Add support for mmap: this is a much nicer alternative to overcommit. > > In particular this will allow to reduce the stack size to free some > > memory. > > I have commited a change (b2d1a53f1) that implement that b2d1a53f1. > You will need to rerun Configure to take advantage of it. > Now, when the stack has been increased, the extra memory is freed when > GP returns to the prompt. I have added support for mmap on OS X. (configure should say ...Found mmap. ) Cheers, Bill