On 4/30/25 4:06 PM, Richard Henderson wrote:
Use the same value for all targets.
Rename TARGET_INSN_START_WORDS and do not depend on
TARGET_INSN_START_EXTRA_WORDS.
Remove TCGContext.insn_start_words.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
include/tcg/insn-start-words.h | 11 +++++------
include/tcg/tcg-op.h | 17 ++++++++++++++---
include/tcg/tcg-opc.h | 3 +--
include/tcg/tcg.h | 12 +++++++-----
accel/tcg/translate-all.c | 19 +++++++++----------
target/i386/helper.c | 2 +-
target/openrisc/sys_helper.c | 2 +-
tcg/perf.c | 5 ++---
tcg/tcg.c | 12 +++++-------
9 files changed, 45 insertions(+), 38 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>