Hi,

On Tue, Dec 13, 2011 at 19:32, Maciej Fijalkowski <[email protected]> wrote:
> than shadowstack *should* be default.

if sys.platform.startswith("linux"):
    DEFL_ROOTFINDER_WITHJIT = "asmgcc"
else:
    DEFL_ROOTFINDER_WITHJIT = "shadowstack"

Unless I'm missing something, shadowstack *is* the default on any
platform != linux.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to