Subject: Re: [boost] [boost::context] reusing stacks
From: Valentin Milea (valentin.milea_at_[hidden])
Date: 2012-11-27 03:49:34


> 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!