]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.h
tcg: Add TCG_OPF_BB_EXIT
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Nov 2018 21:45:08 +0000 (13:45 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 25 Dec 2018 19:58:20 +0000 (06:58 +1100)
commitae36a246ed1a0e96c6c4f478f03d047dfa3a8898
tree197234fae4be13f536bff405788eb2cb5210963a
parentf65a061c39cc4f9d088201031050e42eb23d5b2a
tcg: Add TCG_OPF_BB_EXIT

Use this to notice the opcodes that exit the TB, which implies
that local temps are really dead and need not be synced.

Previously we so marked the true end of the TB, but that was
immediately overwritten by the la_bb_end invoked by any
TCG_OPF_BB_END opcode, like exit_tb.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-opc.h
tcg/tcg.c
tcg/tcg.h