Re: Stack traces with tail calls: disabling tail recursion?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Stack traces with tail calls: disabling tail recursion?
- From: Ico <lua@...>
- Date: 2014年2月25日 11:47:32 +0100
* On 2014年02月25日 11:14:05 +0100, Dirk Laurie wrote:
> 2014年02月25日 11:51 GMT+02:00 Ico <lua@zevv.nl>:
>
> > Are there other people out there who are having issues with tail call stack
> > traces, and if so, how dow you handle this in real life debugging?
>
> You could avoid tail calls until the program is debugged.
Of course, a code style could be used that simple does not generate tail
calls. Unfortunately, I have a 40Kloc application which was not coded
with this in mind :)
By the way, In my previous mail I forgot to refer to a mail from Rici
Lake from 2003, which talks about the same issue:
http://lua-users.org/lists/lua-l/2003-10/msg00005.html
--
:wq
^X^Cy^K^X^C^C^C^C