[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 76/76] docs/devel/tcg-ops: Drop recommendation to free temps
From: |
Richard Henderson |
Subject: |
[PATCH v2 76/76] docs/devel/tcg-ops: Drop recommendation to free temps |
Date: |
Sun, 26 Feb 2023 19:25:05 -1000 |
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
docs/devel/tcg-ops.rst | 4 ----
1 file changed, 4 deletions(-)
diff --git a/docs/devel/tcg-ops.rst b/docs/devel/tcg-ops.rst
index 561c416574..f3f451b77f 100644
--- a/docs/devel/tcg-ops.rst
+++ b/docs/devel/tcg-ops.rst
@@ -951,10 +951,6 @@ Recommended coding rules for best performance
often modified, e.g. the integer registers and the condition
codes. TCG will be able to use host registers to store them.
-- Free temporaries when they are no longer used (``tcg_temp_free``).
- Since ``tcg_const_x`` also creates a temporary, you should free it
- after it is used.
-
- Don't hesitate to use helpers for complicated or seldom used guest
instructions. There is little performance advantage in using TCG to
implement guest instructions taking more than about twenty TCG
--
2.34.1
- [PATCH v2 69/76] target/sparc: Drop tcg_temp_free, (continued)
- [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, 2023/02/27
- [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 <=