Re: [PATCH 51/76] target/riscv: Drop ftemp_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_i64. Signed-off-by: Richard Henderson Reviewed-by: Weiwei Li Weiwei Li --- target/

Re: [PATCH 51/76] target/riscv: Drop ftemp_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_i64. Signed-off-by: Richard Henderson How about the temp_new? Regards, Weiwei Li -

Re: [PATCH 51/76] target/riscv: Drop ftemp_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_i64. Signed-off-by: Richard Henderson --- Reviewed-by: Daniel Henrique Barboza ta

[PATCH 51/76] target/riscv: Drop ftemp_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_i64. Signed-off-by: Richard Henderson --- target/riscv/translate.c | 24 1 file changed, 4 insertions(+), 20 de