* 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.