Re: [PATCH] c++, coroutines: Rework the ramp codegen.

2024-08-29 Thread Jason Merrill
On 8/29/24 11:21 AM, Iain Sandoe wrote: This will help with the patches to follow for revising the frame layout when we have an entry with excess alignment. Tested on x86_64 darwin/linux powerpc64le linux, OK for trunk? thanks Iain --- 8< --- Now that we have separated the codegen of the ramp,

[PATCH] c++, coroutines: Rework the ramp codegen.

2024-08-29 Thread Iain Sandoe
This will help with the patches to follow for revising the frame layout when we have an entry with excess alignment. Tested on x86_64 darwin/linux powerpc64le linux, OK for trunk? thanks Iain --- 8< --- Now that we have separated the codegen of the ramp, actor and destroy functions, we no longer