Talk:Find limit of recursion: Difference between revisions

Content added Content deleted
Line 36: Line 36:
What if language normally compiles tail-recursion to not use stack at all? Do we need to force non tail recursivity or need to say that there is no limit?
What if language normally compiles tail-recursion to not use stack at all? Do we need to force non tail recursivity or need to say that there is no limit?


: If your code does not find the limit, that would be a bug --[[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)