Y
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
keeperofdakeys
4079 days ago
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...
link