Re: [RFC PATCH 13/34] target: Uninline cpu_get_tb_cpu_state()

2024-01-27 Thread Richard Henderson
On 1/20/24 00:40, Anton Johansson wrote: Required to compile accel/tcg/translate-all.c once for softmmu targets. The function gets quite big for some targets so uninlining makes sense. Signed-off-by: Anton Johansson --- Queued, thanks. r~

Re: [RFC PATCH 13/34] target: Uninline cpu_get_tb_cpu_state()

2024-01-23 Thread Richard Henderson
On 1/20/24 00:40, Anton Johansson wrote: Required to compile accel/tcg/translate-all.c once for softmmu targets. The function gets quite big for some targets so uninlining makes sense. Signed-off-by: Anton Johansson --- include/exec/cpu-common.h | 4 +++ target/alpha/cpu.h| 11 --

[RFC PATCH 13/34] target: Uninline cpu_get_tb_cpu_state()

2024-01-19 Thread Anton Johansson via
Required to compile accel/tcg/translate-all.c once for softmmu targets. The function gets quite big for some targets so uninlining makes sense. Signed-off-by: Anton Johansson --- include/exec/cpu-common.h | 4 +++ target/alpha/cpu.h| 11 --- target/arm/cpu.h | 3 -- target