Re: [PATCH v3 15/20] target/s390x: Drop tcg_temp_free from translate.c

2023-03-06 Thread David Hildenbrand
On 04.03.23 19:18, Richard Henderson wrote: Translators are no longer required to free tcg temporaries. Signed-off-by: Richard Henderson --- Cc: David Hildenbrand Cc: Ilya Leoshkevich Cc: Thomas Huth Cc: qemu-s3...@nongnu.org --- target/s390x/tcg/translate.c | 105 -

Re: [PATCH v3 15/20] target/s390x: Drop tcg_temp_free from translate.c

2023-03-06 Thread Ilya Leoshkevich
On Sat, 2023-03-04 at 10:18 -0800, Richard Henderson wrote: > Translators are no longer required to free tcg temporaries. > > Signed-off-by: Richard Henderson > --- > Cc: David Hildenbrand > Cc: Ilya Leoshkevich > Cc: Thomas Huth > Cc: qemu-s3...@nongnu.org > --- >  target/s390x/tcg/translate.

[PATCH v3 15/20] target/s390x: Drop tcg_temp_free from translate.c

2023-03-04 Thread Richard Henderson
Translators are no longer required to free tcg temporaries. Signed-off-by: Richard Henderson --- Cc: David Hildenbrand Cc: Ilya Leoshkevich Cc: Thomas Huth Cc: qemu-s3...@nongnu.org --- target/s390x/tcg/translate.c | 105 --- 1 file changed, 105 deletions(-) d