2012/6/10 Uwe F. Mayer <uwe_f_mayer@yahoo.com>
How hard would it be for Pypy to use malloc() instead of mmap() for Cygwin?

I think memory allocated for JIT must be marked with PROT_EXEC (it contains machine code),
so malloc() is not an option.

--
Amaury Forgeot d'Arc