]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Move tcg_gen_op* out of line
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 29 Oct 2023 21:08:39 +0000 (14:08 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Nov 2023 16:27:21 +0000 (08:27 -0800)
commit6fc75d50a58bdf15fcc09e89880ba5125d572a6d
tree8acb2734d311d26434014e850935a8e7b7d1ba60
parentecfa1877f7e9d300b57492552afed2932ed954d7
tcg: Move tcg_gen_op* out of line

In addition to moving out of line, with CONFIG_DEBUG_TCG
mark them all noinline.

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