On Fri, May 6, 2016 at 10:42 PM, Rich Felker <dal...@libc.org> wrote: > > The *context APIs are deprecated and I'm not sure they're worth > supporting with this. It would be a good excuse to get people to stop > using them.
The gccgo library uses them, because there is no working alternative. In general coroutine support requires the ability to designate some area of memory as stack space. Ian