digitalmars.D.learn - Memory overhead for a fiber?
- Nick Sabalausky (1/1) Nov 05 2012 What kind of memory overhead is there for a fiber?
- Piotr Szturmaj (3/4) Nov 05 2012 At least one PAGESIZE (typically 4KB):
What kind of memory overhead is there for a fiber?
Nov 05 2012
W dniu 06.11.2012 04:43, Nick Sabalausky pisze:What kind of memory overhead is there for a fiber?At least one PAGESIZE (typically 4KB): https://github.com/D-Programming-Language/druntime/blob/master/src/core/thread.d#L3828
Nov 05 2012