Remix.run Logo
gcoakes 11 hours ago

I think it is supposed to be stacks in the general sense of the data structure, not the literal `sp` register. I imagine they could be arbitrarily sized up to physical limits if you do some mmap magic. I'm still a bit fuzzy about how you could make useful programs with that, but it seems interesting.

MiroslavPokorny 9 hours ago | parent [-]

Stack allocations will be lost when the enclosing call exits.

How does this help for long term values ?