Home
last modified time | relevance | path

Searched hist:"2 f2e911d0ca27e071c0d62b2e5f0a2ee6e5967f4" (Results 1 – 3 of 3) sorted by relevance

/qemu/accel/tcg/
H A Dtranslator.c2f2e911d0ca27e071c0d62b2e5f0a2ee6e5967f4 Sat Feb 25 02:15:18 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Remove tcg_check_temp_count, tcg_clear_temp_count

Since all temps allocated by guest front-ends are now TEMP_TB,
and we don't recycle TEMP_TB, there's no point in requiring
that the front-ends free the temps at all. Begin by dropping
the inner-most checks that all temps have been freed.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/include/tcg/
H A Dtcg.h2f2e911d0ca27e071c0d62b2e5f0a2ee6e5967f4 Sat Feb 25 02:15:18 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Remove tcg_check_temp_count, tcg_clear_temp_count

Since all temps allocated by guest front-ends are now TEMP_TB,
and we don't recycle TEMP_TB, there's no point in requiring
that the front-ends free the temps at all. Begin by dropping
the inner-most checks that all temps have been freed.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/tcg/
H A Dtcg.c2f2e911d0ca27e071c0d62b2e5f0a2ee6e5967f4 Sat Feb 25 02:15:18 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Remove tcg_check_temp_count, tcg_clear_temp_count

Since all temps allocated by guest front-ends are now TEMP_TB,
and we don't recycle TEMP_TB, there's no point in requiring
that the front-ends free the temps at all. Begin by dropping
the inner-most checks that all temps have been freed.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>