[pypy-issue] [issue1461] new style class recursive __call__ doesn't trigger a RuntimeError on windows

Philip Jenvey tracker at bugs.pypy.org
Thu Apr 25 21:19:45 CEST 2013


Philip Jenvey <pjenvey at underboss.org> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1461>
________________________________________


More information about the pypy-issue mailing list