Hacker News new | ask | show | jobs
by yazaddaruvala 3604 days ago
May I ask, where do you assume a coroutine's stack lives?

i.e. In relation to program memory

1 comments

Not sure what you mean, but from my understating the coroutine e stacks are just allocated pieces of memory in the current address space ( might be stack allocated or heap allocated depending the the situation)