[pypy-dev] Patches for Pypy under cygwin

Amaury Forgeot d'Arc amauryfa at gmail.com
Sun Jun 10 11:12:02 CEST 2012


2012/6/10 Uwe F. Mayer <uwe_f_mayer at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120610/71f2e88b/attachment-0001.html>


More information about the pypy-dev mailing list