Re: [PATCH 52/76] target/riscv: Drop temp_new

2023-02-26 Thread liweiwei
On 2023/2/25 17:14, Richard Henderson wrote: Translators are no longer required to free tcg temporaries, therefore there's no need to record temps for later freeing. Replace the few uses with tcg_temp_new. Signed-off-by: Richard Henderson Oh. It's here. Reviewed-by: Weiwei Li Weiwei Li

Re: [PATCH 52/76] target/riscv: Drop temp_new

2023-02-25 Thread Daniel Henrique Barboza
On 2/25/23 06:14, Richard Henderson wrote: Translators are no longer required to free tcg temporaries, therefore there's no need to record temps for later freeing. Replace the few uses with tcg_temp_new. Signed-off-by: Richard Henderson --- Reviewed-by: Daniel Henrique Barboza

[PATCH 52/76] target/riscv: Drop temp_new

2023-02-25 Thread Richard Henderson
Translators are no longer required to free tcg temporaries, therefore there's no need to record temps for later freeing. Replace the few uses with tcg_temp_new. Signed-off-by: Richard Henderson --- target/riscv/translate.c | 30 +--