On 07/20/2017 07:59 PM, Emilio G. Cota wrote:
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<c...@braap.org>
---
  include/exec/exec-all.h   | 20 +++++++++++++++++++-
  include/exec/tb-hash-xx.h |  9 ++++++---
  include/exec/tb-hash.h    |  4 ++--
  include/exec/tb-lookup.h  |  6 +++---
  tcg/tcg.h                 |  1 -
  accel/tcg/cpu-exec.c      | 45 +++++++++++++++++++++++----------------------
  accel/tcg/translate-all.c | 13 +++++++++----
  exec.c                    |  2 +-
  tcg/tcg-runtime.c         |  2 +-
  tests/qht-bench.c         |  2 +-
  10 files changed, 65 insertions(+), 39 deletions(-)

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to