|
|
|
|
|
by nybble41
2309 days ago
|
|
If TCO is guaranteed at the language level, as in Scheme, then it will always be enabled regardless of compilation settings. Debug builds are no more tolerant of stack space leaks than release builds. The fact that TCO isn't guaranteed is the problem here. |
|
https://www.gnu.org/software/kawa/Compatibility.html