On Mon, Dec 14, 2020 at 6:02 AM Richard Henderson
<richard.hender...@linaro.org> wrote:
>
> This value is constant across all thread-local copies of TCGContext,
> so we might as well move it out of thread-local storage.
>
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  include/tcg/tcg.h            | 2 +-
>  accel/tcg/tcg-runtime.c      | 2 +-
>  tcg/tcg.c                    | 3 ++-
>  tcg/aarch64/tcg-target.c.inc | 4 ++--
>  tcg/arm/tcg-target.c.inc     | 2 +-
>  tcg/i386/tcg-target.c.inc    | 4 ++--
>  tcg/mips/tcg-target.c.inc    | 2 +-
>  tcg/ppc/tcg-target.c.inc     | 2 +-
>  tcg/riscv/tcg-target.c.inc   | 4 ++--
>  tcg/s390/tcg-target.c.inc    | 4 ++--
>  tcg/sparc/tcg-target.c.inc   | 2 +-
>  11 files changed, 16 insertions(+), 15 deletions(-)

Reviewed-by: Joelle van Dyne <j...@getutm.app>

Reply via email to