
4 Mar
2010
4 Mar
'10
2:34 p.m.
Daniel Larimer wrote:
Does anyone here know if Boost.Coroutine has variable (even compile time variable?) size stacks or what the default stack size of boost coroutine is? I would likely want to play with it. I remember reading someplace that on Windows you had no choice.
IIRC latest coroutine does its own context switching in assembly and only depends on the OS for memory allocation.