Jeroen Demeyer on Mon, 30 Jan 2017 08:08:58 +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-29 19:05, Jeroen Demeyer wrote:
On 2017-01-29 16:50, Bill Allombert wrote:
Giving up on mmap on emscripten after it worked fine for one year
would not
be very constructive.

Actually, I think it would be constructive: I see no advantage of the
mmap() implementation for emscripten. It is just extra complexity with
no reason.

One thing we could try to do is alter the config/has_mmap.c program to check for emscripten's implementation of mmap and fail in that case.