Re: [PATCH] coroutines: Handle awaiters that are sub-objects [PR95736]

2020-06-26 Thread Nathan Sidwell
On 6/26/20 9:02 AM, Iain Sandoe wrote: Hi During development, it seemed a reasonable strategy to defer decisions on what needed to be captured in the coroutine frame (to minimize the frame size). In the case of awaitables that are user-variables, params (or otherwise originate outside the corou

[PATCH] coroutines: Handle awaiters that are sub-objects [PR95736]

2020-06-26 Thread Iain Sandoe
Hi During development, it seemed a reasonable strategy to defer decisions on what needed to be captured in the coroutine frame (to minimize the frame size). In the case of awaitables that are user-variables, params (or otherwise originate outside the coroutine scope), that turns out to make thing