Re: [PATCH v2 1/3] compiler_types: Introduce the Clang __preserve_most function attribute

From: Miguel Ojeda
Date: Sat Aug 05 2023 - 02:36:02 EST


On Fri, Aug 4, 2023 at 11:06 AM Marco Elver <elver@xxxxxxxxxx> wrote:
>
> will imply notrace. It is recommended to restrict use of the attribute
> to functions that should or already disable tracing.

Should the last sentence here be added into the code comment?

Apart from that this looks fine from a `compiler_attributes.h`
perspective (even if we are not there anymore):

Reviewed-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Cheers,
Miguel