tcg: Move temp_idx and tcgv_i32_temp debug out of line
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 30 Mar 2023 15:09:03 +0000 (08:09 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
commit177f648f0eacfd1a2b9a562a52297474b17b9adf
tree2d01bd4265232e825edb7a43d59bd67dc86dba4b
parentd53106c997e5c8e61e37ae9ff9f0e1f243b03968
tcg: Move temp_idx and tcgv_i32_temp debug out of line

Removes a multiplicity of calls to __assert_fail, saving up
to 360kiB of .text space as measured on an x86_64 host.

Old     New     Less    %Change
9257272 8888680 368592 3.98% qemu-system-aarch64
6100968 5911832 189136 3.10% qemu-system-riscv64
5839112 5707032 132080 2.26% qemu-system-mips
4447608 4341752 105856 2.38% qemu-system-s390x

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg.h
tcg/tcg.c