Author: Amaury Forgeot d'Arc <amaur...@gmail.com> Branch: more-rposix Changeset: r78316:2151aaead9c9 Date: 2015-06-25 23:09 +0200 http://bitbucket.org/pypy/pypy/changeset/2151aaead9c9/
Log: Another function to hide from the jit. I don't know why they are needed now. Maybe because llimpl functions were also never jitted? diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -1349,6 +1349,7 @@ return handle_posix_error('killpg', c_killpg(pgrp, sig)) @replace_os_function('_exit') +@jit.dont_look_inside def exit(status): debug.debug_flush() c_exit(status) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit