From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJt91-0001vB-Sg for qemu-devel@nongnu.org; Thu, 04 Oct 2012 17:39:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJt91-0007CE-0B for qemu-devel@nongnu.org; Thu, 04 Oct 2012 17:39:47 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:52258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJt90-0007CA-Pd for qemu-devel@nongnu.org; Thu, 04 Oct 2012 17:39:46 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so931611pad.4 for ; Thu, 04 Oct 2012 14:39:45 -0700 (PDT) Sender: Richard Henderson Message-ID: <506E021F.10500@twiddle.net> Date: Thu, 04 Oct 2012 14:39:43 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1349375342-18014-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1349375342-18014-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: Remove redundant pointer from TCGContext List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Blue Swirl , qemu-devel@nongnu.org On 10/04/2012 11:29 AM, Stefan Weil wrote: > The pointer entry 'temps' always refers to the array entry 'static_temps'. > Removing the pointer and renaming 'static_temps' to 'temps' reduces the > size of TCGContext (4 or 8 byte) and allows better code generation. > > Signed-off-by: Stefan Weil Reviewed-by: Richard Henderson r~