Re: [PATCH v2 07/76] target/arm: Drop DisasContext.tmp_a64

2023-03-03 Thread Peter Maydell
On Mon, 27 Feb 2023 at 05:27, Richard Henderson wrote: > > Translators are no longer required to free tcg temporaries, > therefore there's no need to record temps for later freeing. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 07/76] target/arm: Drop DisasContext.tmp_a64

2023-02-26 Thread Richard Henderson
Translators are no longer required to free tcg temporaries, therefore there's no need to record temps for later freeing. Signed-off-by: Richard Henderson --- target/arm/translate.h | 3 --- target/arm/translate-a64.c | 25 + 2 files changed, 1 insertion(+), 27 deleti