From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIgr-0000Ll-Pz for qemu-devel@nongnu.org; Thu, 27 Sep 2012 14:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THIgq-0006wr-Jd for qemu-devel@nongnu.org; Thu, 27 Sep 2012 14:20:01 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:44533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIgq-0006wn-DP for qemu-devel@nongnu.org; Thu, 27 Sep 2012 14:20:00 -0400 Received: by padfb10 with SMTP id fb10so1571800pad.4 for ; Thu, 27 Sep 2012 11:19:59 -0700 (PDT) Sender: Richard Henderson Message-ID: <506498CC.9030307@twiddle.net> Date: Thu, 27 Sep 2012 11:19:56 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1348766113-18373-1-git-send-email-aurelien@aurel32.net> <1348766113-18373-2-git-send-email-aurelien@aurel32.net> In-Reply-To: <1348766113-18373-2-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/13] tcg: add temp_dead() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 09/27/2012 10:15 AM, Aurelien Jarno wrote: > A lot of code is duplicated to mark a temporary as dead. Replace it > by temp_dead(), which in addition marks the temp as saved in memory > for globals and local temps, instead of doing this a posteriori in > temp_save(). > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~