2012/6/10 Uwe F. Mayer <[email protected]> > 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
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
