]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Mark tcg_gen_op* as noinline
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 29 Oct 2023 21:08:38 +0000 (14:08 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Nov 2023 16:27:21 +0000 (08:27 -0800)
commitecfa1877f7e9d300b57492552afed2932ed954d7
tree6e314dac7da1b5a96699c10601e452f233e8accd
parent6046f6e94d8d530ecc28176232479889abbee47e
tcg: Mark tcg_gen_op* as noinline

Encourage the compiler to tail-call rather than inline
across the dozens of opcode expanders.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231029210848.78234-2-richard.henderson@linaro.org>
tcg/tcg-op.c