Re: [PATCH v6 03/26] accel/tcg/plugin-gen: Drop inline markers

2021-05-03 Thread Philippe Mathieu-Daudé
On 5/3/21 1:57 AM, Richard Henderson wrote: > Let the compiler decide on inlining. > > Signed-off-by: Richard Henderson > --- > accel/tcg/plugin-gen.c | 12 +--- > 1 file changed, 5 insertions(+), 7 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v6 03/26] accel/tcg/plugin-gen: Drop inline markers

2021-05-02 Thread Richard Henderson
Let the compiler decide on inlining. Signed-off-by: Richard Henderson --- accel/tcg/plugin-gen.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/accel/tcg/plugin-gen.c b/accel/tcg/plugin-gen.c index c3dc3effe7..eb99be52d0 100644 --- a/accel/tcg/plugin-gen.c +++