]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
authorEmilio G. Cota <cota@braap.org>
Tue, 11 Jul 2017 18:29:37 +0000 (14:29 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Oct 2017 20:53:41 +0000 (13:53 -0700)
commit4e2ca83e71b51577b06b1468e836556912bd5b6e
treeb9fce2b5f36d6f171f8c80e932e25f9a25f1cd3e
parente89b28a63501c0ad6d2501fe851d0c5202055e70
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK

This will enable us to decouple code translation from the value
of parallel_cpus at any given time. It will also help us minimize
TB flushes when generating code via EXCP_ATOMIC.

Note that the declaration of parallel_cpus is brought to exec-all.h
to be able to define there the "curr_cflags" inline.

Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/tcg-runtime.c
accel/tcg/translate-all.c
exec.c
include/exec/exec-all.h
include/exec/tb-hash-xx.h
include/exec/tb-hash.h
include/exec/tb-lookup.h
tcg/tcg.h
tests/qht-bench.c