Hacker News new | ask | show | jobs
by amelius 4079 days ago
Interesting, but the documentation does not seem to describe how stacks/memory management is done.
1 comments

From a quick look at the code, it seems to use segmented stacks with memory mapping. https://github.com/rustcc/coroutine-rs/blob/master/src/stack...