C++ ping: [PATCH 0/2] Support for coroutine frames with new-extended alignment

2024-10-07 Thread Arsen Arsenović
Arsen Arsenović 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 usef

[PATCH 0/2] Support for coroutine frames with new-extended alignment

2024-09-18 Thread Arsen Arsenović
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 patchse