|
|
|
|
|
by Ericson2314
1638 days ago
|
|
The GC would be shitty, yes. I doubt the runtime itself really cares about tailcails. There could be tiny calling convention issue, you can share the runtime while using a different calling convention, I assume. People forget that the call stack data structure naturally allows tail calls, and restrictions against it invariably have a certain degree of artificiality. |
|