Re: [Qemu-devel] [PATCH v7 06/52] tcg: Add temp_global bit to TCGTemp

2017-10-23 Thread Philippe Mathieu-Daudé
On 10/20/2017 08:19 PM, Richard Henderson wrote: > From: Richard Henderson > > This avoids needing to test the index of a temp against nb_globals. > > Reviewed-by: Emilio G. Cota > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > tcg/tcg.h | 12

[Qemu-devel] [PATCH v7 06/52] tcg: Add temp_global bit to TCGTemp

2017-10-20 Thread Richard Henderson
From: Richard Henderson This avoids needing to test the index of a temp against nb_globals. Reviewed-by: Emilio G. Cota Signed-off-by: Richard Henderson --- tcg/tcg.h | 12 tcg/optimize.c | 15 --- tcg/tcg.c | 11 --- 3 files changed, 24 insertions(+