On Wed, Jul 09, 2014 at 02:21:10PM -0500, Ryan Gonzalez wrote: > Well, if the stack still shows the function call, it isn't a bad idea.
Tail call optimisation has trade-offs: one can always construct cases where it loses debugging information. If you'll permit the immodesty, one of my old blog articles gives one example of this [1]. Laurie [1] http://tratt.net/laurie/blog/entries/tail_call_optimization _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
