On 08/20/2017 11:51 AM, Florian Weimer wrote:
* Avi Kivity:There are many coroutine implementations for C in the form of libraries or preprocessor hacks. Details might be a bit iffy, but no one seems to have felt a strong need for compiler support so far.Those are for stackful coroutines. Stackless coroutines require compiler support.Some of the preprocessor hacks are stackless.
Perhaps, but I doubt they deliver the full power of C++ coroutines.