]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Drop TCGContext.tlb_dyn_max_bits
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 1 May 2025 18:16:31 +0000 (11:16 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 28 May 2025 07:08:47 +0000 (08:08 +0100)
commit9cfcf8c3b7b7a95e754a9fce565a88c6c76ce128
tree74609c0ca213065d7e76ba29023ef726065cb60b
parent36a9529e60e09b0d0b6b5ebad614255c97bf9322
tcg: Drop TCGContext.tlb_dyn_max_bits

This was an extremely minor optimization for aarch64
and x86_64, to use a 32-bit AND instruction when the
guest softmmu tlb maximum was sufficiently small.
Both hosts can simply use a 64-bit AND insn instead.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
include/tcg/tcg.h
tcg/aarch64/tcg-target.c.inc
tcg/i386/tcg-target.c.inc