logoalt Hacker News

kazinatoryesterday at 9:23 PM0 repliesview on HN

A linear stack, distinct from a heap, is not required for recursion. It's also not required for most of the local state: the minimal requirement is to keep track of the minimal context information in order to resume the suspended caller when the callee terminates.