Jeroen Demeyer on Sun, 29 Jan 2017 16:30:39 +0100


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

Re: Use PROT_NONE for unused virtual stack memory


On 2017-01-28 15:48, Bill Allombert wrote:
This works fine with --disable-mmap.

Why don't you do that then? Emscripten needs to emulate mmap() somehow and I guess that it doesn't fully support the non-trivial usage introduced by this patch. I don't think that this is a problem, the simple PARI stack model with --disable-mmap should be sufficient.