[Python-Dev] Proper tail recursion (original) (raw)
Martin v. Löwis martin at v.loewis.de
Wed Jul 14 22:31:14 CEST 2004
- Previous message: [Python-Dev] Proper tail recursion
- Next message: [Python-Dev] Proper tail recursion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Christopher T King wrote:
Which is why I prefer to view it as a performance enhancement, rather than a language feature. Deep recursive algorithms would still run under Jython; they would just use a heck of a lot more memory than in CPython.
In that case, any implementation of tail recursion should still consider the recursion limit.
Regards, Martin
- Previous message: [Python-Dev] Proper tail recursion
- Next message: [Python-Dev] Proper tail recursion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]