Searched hist:"2 f2e911d0ca27e071c0d62b2e5f0a2ee6e5967f4" (Results 1 – 3 of 3) sorted by relevance
/qemu/accel/tcg/ |
H A D | translator.c | 2f2e911d0ca27e071c0d62b2e5f0a2ee6e5967f4 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 D | tcg.h | 2f2e911d0ca27e071c0d62b2e5f0a2ee6e5967f4 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 D | tcg.c | 2f2e911d0ca27e071c0d62b2e5f0a2ee6e5967f4 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>
|