This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there any plans or work going on gcc related to c++ coroutines?


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]