Re: [PATCH 1/1] accel/tcg: Replace parallel_cpus with cpu->cflags_base

2021-02-25 Thread Alex Bennée
Richard Henderson writes: > Precompute the initial tb->cflags value for a cpu from its cluster > and the number of cpus live in the system. This avoids having to > compute this constant data every time we look up a TB. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée Tested-by:

[PATCH 1/1] accel/tcg: Replace parallel_cpus with cpu->cflags_base

2021-02-24 Thread Richard Henderson
Precompute the initial tb->cflags value for a cpu from its cluster and the number of cpus live in the system. This avoids having to compute this constant data every time we look up a TB. Signed-off-by: Richard Henderson --- Based-on: <20210224165811.11567-1-alex.ben...@linaro.org> ("Experimentin