]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Use noinline for major tcg_gen_code subroutines
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 Feb 2023 22:07:33 +0000 (12:07 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 1 Mar 2023 17:33:27 +0000 (07:33 -1000)
commit9bbee4c01c2c249ec800ca10ae6d37ca1b8d0732
treeafabc4c3fbf005768f09ed3189268dfc68df15ae
parentf57c69156cb7489a2850b1ace255616b90ba7f14
tcg: Use noinline for major tcg_gen_code subroutines

This makes it easier to assign blame with perf.

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