[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 73/76] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_s
From: |
Richard Henderson |
Subject: |
[PATCH v2 73/76] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start |
Date: |
Sun, 26 Feb 2023 19:25:02 -1000 |
Translators are no longer required to free tcg temporaries.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
include/exec/gen-icount.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/exec/gen-icount.h b/include/exec/gen-icount.h
index 733a2fb228..bbeb85832e 100644
--- a/include/exec/gen-icount.h
+++ b/include/exec/gen-icount.h
@@ -62,8 +62,6 @@ static inline void gen_tb_start(const TranslationBlock *tb)
offsetof(ArchCPU, parent_obj.can_do_io) -
offsetof(ArchCPU, env));
}
-
- tcg_temp_free_i32(count);
}
static inline void gen_tb_end(const TranslationBlock *tb, int num_insns)
--
2.34.1
- [PATCH v2 58/76] target/s390x: Use tcg_constant_* in translate_vx.c.inc, (continued)
- [PATCH v2 58/76] target/s390x: Use tcg_constant_* in translate_vx.c.inc, Richard Henderson, 2023/02/27
- [PATCH v2 60/76] target/s390x: Drop tcg_temp_free from translate_vx.c.inc, Richard Henderson, 2023/02/27
- [PATCH v2 61/76] target/s390x: Drop tcg_temp_free from translate.c, Richard Henderson, 2023/02/27
- [PATCH v2 62/76] target/s390x: Remove assert vs g_in2, Richard Henderson, 2023/02/27
- [PATCH v2 64/76] target/sh4: Drop tcg_temp_free, Richard Henderson, 2023/02/27
- [PATCH v2 65/76] target/sparc: Drop get_temp_tl, Richard Henderson, 2023/02/27
- [PATCH v2 68/76] target/sparc: Drop free_compare, Richard Henderson, 2023/02/27
- [PATCH v2 69/76] target/sparc: Drop tcg_temp_free, Richard Henderson, 2023/02/27
- [PATCH v2 63/76] target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext, Richard Henderson, 2023/02/27
- [PATCH v2 71/76] target/xtensa: Drop reset_sar_tracker, Richard Henderson, 2023/02/27
- [PATCH v2 73/76] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start,
Richard Henderson <=
- [PATCH v2 75/76] tcg: Create tcg/tcg-temp-internal.h, Richard Henderson, 2023/02/27
- [PATCH v2 66/76] target/sparc: Drop get_temp_i32, Richard Henderson, 2023/02/27
- [PATCH v2 67/76] target/sparc: Remove egress label in disas_sparc_context, Richard Henderson, 2023/02/27
- [PATCH v2 70/76] target/tricore: Drop tcg_temp_free, Richard Henderson, 2023/02/27
- [PATCH v2 72/76] target/xtensa: Drop tcg_temp_free, Richard Henderson, 2023/02/27
- [PATCH v2 74/76] tracing: remove transform.py, Richard Henderson, 2023/02/27
- [PATCH v2 76/76] docs/devel/tcg-ops: Drop recommendation to free temps, Richard Henderson, 2023/02/27