From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6QS-0002BG-6a for qemu-devel@nongnu.org; Mon, 09 Dec 2013 14:23:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq6QJ-0002hu-QU for qemu-devel@nongnu.org; Mon, 09 Dec 2013 14:23:28 -0500 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:55944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6QJ-0002ho-IB for qemu-devel@nongnu.org; Mon, 09 Dec 2013 14:23:19 -0500 Received: by mail-pa0-f48.google.com with SMTP id rd3so366806pab.21 for ; Mon, 09 Dec 2013 11:23:18 -0800 (PST) Sender: Richard Henderson Message-ID: <52A618A2.6030905@twiddle.net> Date: Mon, 09 Dec 2013 11:23:14 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1379620717-20358-1-git-send-email-rth@twiddle.net> <20131208134810.GG4601@hall.aurel32.net> In-Reply-To: <20131208134810.GG4601@hall.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: Use bitmaps for free temporaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 12/08/2013 05:48 AM, Aurelien Jarno wrote: > It looks fine to me, though I don't know if it has any impact on the > performances. I couldn't measure any performance difference at all. But for me, the improvement in debugging for the translators is important. r~