From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6pHY-00019W-Uz for qemu-devel@nongnu.org; Mon, 23 Oct 2017 22:49:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6pHV-0008Se-7N for qemu-devel@nongnu.org; Mon, 23 Oct 2017 22:49:33 -0400 Received: from mail-qk0-x244.google.com ([2607:f8b0:400d:c09::244]:44323) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e6pHV-0008SK-2S for qemu-devel@nongnu.org; Mon, 23 Oct 2017 22:49:29 -0400 Received: by mail-qk0-x244.google.com with SMTP id r64so24561017qkc.1 for ; Mon, 23 Oct 2017 19:49:28 -0700 (PDT) Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= References: <20171020232023.15010-1-richard.henderson@linaro.org> <20171020232023.15010-7-richard.henderson@linaro.org> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Mon, 23 Oct 2017 23:49:25 -0300 MIME-Version: 1.0 In-Reply-To: <20171020232023.15010-7-richard.henderson@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v7 06/52] tcg: Add temp_global bit to TCGTemp List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Cc: cota@braap.org, pbonzini@redhat.com, Richard Henderson 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 ++++++++---- > tcg/optimize.c | 15 ++++++++------- > tcg/tcg.c | 11 ++++++++--- > 3 files changed, 24 insertions(+), 14 deletions(-)