[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 00/76] tcg: Drop tcg_temp_free from translators
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 00/76] tcg: Drop tcg_temp_free from translators |
Date: |
Fri, 3 Mar 2023 19:11:46 +0000 |
On Mon, 27 Feb 2023 at 05:29, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Based-on: 20230225085945.1798188-1-richard.henderson@linaro.org
> ("[PATCH v3 00/30] tcg: Simplify temporary usage")
>
> In the above patch set, we changed the lifetime of the temps
> allocated by the guest translators, and eliminated their reuse,
> so that we have the best chance of reducing their strength.
>
> That we don't reuse them means that we gain nothing by freeing them.
> Therefore, drop all mention of tcg_temp_free from target/.
>
> Changes for v2:
> * Apply r-b.
> * Fix 74/76 "tracing: remove transform.py".
> 95 files changed, 471 insertions(+), 7165 deletions(-)
The diffstat is really nice here :-)
I've reviewed the general stuff (except the python patch),
the arm parts, and some of the orphaned/minor targets that
might otherwise struggle to get review.
thanks
-- PMM