Re: [PATCH] c++, coroutines: Remove use of coroutine handle in the frame.

2025-06-17 Thread Jason Merrill
On 6/16/25 12:53 PM, Iain Sandoe wrote: When working on CWG2563 version 4, (using cleanups) I encountered an issue where the possibility that initialisation of the saved self-handle would interfere with the use of cleanups to handle exceptional cases. The original reason for pre-computing the han

[PATCH] c++, coroutines: Remove use of coroutine handle in the frame.

2025-06-16 Thread Iain Sandoe
When working on CWG2563 version 4, (using cleanups) I encountered an issue where the possibility that initialisation of the saved self-handle would interfere with the use of cleanups to handle exceptional cases. The original reason for pre-computing the handle was that it is used in every await_sus