
27 Nov
2012
27 Nov
'12
8:49 a.m.
yes as long as you do not expect that you can use two or mor context's sharing a stack at the same time. In your example the first context is destroyed by the second call of make_fcontext().
I don't intend to share stacks, just recycle them to avoid allocation overhead. Thanks for help and very useful library!