|
|
|
|
|
by sklogic
3976 days ago
|
|
Usually it is implemented by reshuffling stack frame + jumping to the call destination. See how it is done in .NET, for example. Do not confuse tail recursion, which is the least interesting narrow case of a tail call, with tail calls in general. |
|