|
|
|
|
|
by cerved
1458 days ago
|
|
It's broader than compiler optimization. You have to implement algorithms in such a way that the recursion is in tail position. Sometimes you may also have to specify that the function is tail-recursive (I believe that's the case in Scala?) |
|