Re: [PATCH 02/11] tcg: Move tcg_gen_op* out of line

2023-12-13 Thread Philippe Mathieu-Daudé
On 29/10/23 22:08, Richard Henderson wrote: In addition to moving out of line, with CONFIG_DEBUG_TCG mark them all noinline. Signed-off-by: Richard Henderson --- include/tcg/tcg-op-common.h | 252 +++- tcg/tcg-op.c| 208

[PATCH 02/11] tcg: Move tcg_gen_op* out of line

2023-10-29 Thread Richard Henderson
In addition to moving out of line, with CONFIG_DEBUG_TCG mark them all noinline. Signed-off-by: Richard Henderson --- include/tcg/tcg-op-common.h | 252 +++- tcg/tcg-op.c| 208 + 2 files changed, 252 insertions(+), 208 d