Arsen Arsenović <ar...@aarsen.me> writes:

> This patch series implements support for coroutines whose frames require
> alignment.
>
> The standard currently does not specify much about this case AFAICT, so
> we can do this for now (until P2014 progresses).
>
> The new dump was useful for testing, and might be useful to coroutine
> hackers.
>
> This patchset also depends on Iains ramp rework patch, so will be pushed
> after.

Gentle ping on this patch series.

I originally forgot to note this it'd seem, but this patch series also
introduces a coroutine ABI break.  What is the proper mechanism for
dealing with that (given the factors of it being an experimental feature
that is being used in production)?  Specifically, the "public" bits of
the frame layout and procedure for resuming a suspended coroutine have
changed.

There's also the concern of compatibility with clang, which is yet to
implement this AFAIK.
-- 
Arsen Arsenović

Attachment: signature.asc
Description: PGP signature

Reply via email to