Re: [PATCH v2 03/76] target/alpha: Drop tcg_temp_free

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. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 03/76] target/alpha: Drop tcg_temp_free

2023-02-26 Thread Richard Henderson
Translators are no longer required to free tcg temporaries. Signed-off-by: Richard Henderson --- target/alpha/translate.c | 70 1 file changed, 70 deletions(-) diff --git a/target/alpha/translate.c b/target/alpha/translate.c index a0afdbb465..9d25e21164