qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH v7 06/52] tcg: Add temp_global bit to TCGTemp
Date: Mon, 23 Oct 2017 23:49:25 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 10/20/2017 08:19 PM, Richard Henderson wrote:
> From: Richard Henderson <address@hidden>
> 
> This avoids needing to test the index of a temp against nb_globals.
> 
> Reviewed-by: Emilio G. Cota <address@hidden>
> Signed-off-by: Richard Henderson <address@hidden>

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

> ---
>  tcg/tcg.h      | 12 ++++++++----
>  tcg/optimize.c | 15 ++++++++-------
>  tcg/tcg.c      | 11 ++++++++---
>  3 files changed, 24 insertions(+), 14 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]