Y
Hacker News
new
|
ask
|
show
|
jobs
by
norir
117 days ago
If you have well defined boundaries, you can move the stack to an arbitrarily large chunk of memory before the recursive call and restore it to the system stack upon completion.
1 comments
chuckadams
117 days ago
And if you never do reach completion, you can just garbage collect that chunk. AKA "Cheney on the MTA":
https://dl.acm.org/doi/10.1145/214448.214454
link