Re: [RFC PATCH v1 08/43] include/helper-to-tcg: Introduce annotate.h

2024-12-03 Thread Anton Johansson via
On 25/11/24, Philippe Mathieu-Daudé wrote: > On 22/11/24 19:12, Richard Henderson wrote: > > On 11/20/24 19:49, Anton Johansson wrote: > > > Wrap __attribute__((annotate(str))) in a macro for convenient > > > function annotations.  Will be used in future commits to tag functions > > > for translati

Re: [RFC PATCH v1 08/43] include/helper-to-tcg: Introduce annotate.h

2024-11-25 Thread Philippe Mathieu-Daudé
On 22/11/24 19:12, Richard Henderson wrote: On 11/20/24 19:49, Anton Johansson wrote: Wrap __attribute__((annotate(str))) in a macro for convenient function annotations.  Will be used in future commits to tag functions for translation by helper-to-tcg, and to specify which helper function argume

Re: [RFC PATCH v1 08/43] include/helper-to-tcg: Introduce annotate.h

2024-11-22 Thread Richard Henderson
On 11/20/24 19:49, Anton Johansson wrote: Wrap __attribute__((annotate(str))) in a macro for convenient function annotations. Will be used in future commits to tag functions for translation by helper-to-tcg, and to specify which helper function arguments correspond to immediate or vector values.

[RFC PATCH v1 08/43] include/helper-to-tcg: Introduce annotate.h

2024-11-20 Thread Anton Johansson via
Wrap __attribute__((annotate(str))) in a macro for convenient function annotations. Will be used in future commits to tag functions for translation by helper-to-tcg, and to specify which helper function arguments correspond to immediate or vector values. Signed-off-by: Anton Johansson --- inclu