Re: [PATCH] c++, coroutines: Make and use a frame access helper.

2024-08-29 Thread Jason Merrill
On 8/29/24 11:21 AM, Iain Sandoe wrote: In the review of earlier patches it was suggested that we might make use of finish_class_access_expr instead of doing a lookup for the member and then a build_class_access_expr call. finish_class_access_expr does a lot more work than we need and ends up ca

[PATCH] c++, coroutines: Make and use a frame access helper.

2024-08-29 Thread Iain Sandoe
Tested on x86_64 darwin/linux and powerpc64le linux, OK for trunk? thanks, Iain --- 8< --- In the review of earlier patches it was suggested that we might make use of finish_class_access_expr instead of doing a lookup for the member and then a build_class_access_expr call. finish_class_access_ex