Talk:Find limit of recursion: Difference between revisions

Content added Content deleted
(Hmm ... I wonder)
Line 37: Line 37:


: If your code does not find the limit, that would be a bug in your code. But tail recursion issues are certainly worth documenting. A related [but different] issue has to do with stack frame sizes. --[[User:Rdm|Rdm]] 01:39, 24 May 2010 (UTC)
: If your code does not find the limit, that would be a bug in your code. But tail recursion issues are certainly worth documenting. A related [but different] issue has to do with stack frame sizes. --[[User:Rdm|Rdm]] 01:39, 24 May 2010 (UTC)


== Hmm ... I wonder ==
Regarding the COBOL example, I haven't found out yet how to 'catch' the error during a run. Is it possible?