Philip Jenvey <[email protected]> added the comment: #ifdef __GNUC__ # define PYPY_INHIBIT_TAIL_CALL() asm("/* inhibit_tail_call */")
So is this macro a hint to GCC? If so, is this documented anywhere? (google returns nothing for inhibit_tail_call, or am I missing something?) ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1461> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
