From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra2XY-0007g6-AO for qemu-devel@nongnu.org; Mon, 12 Dec 2011 04:51:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra2XU-0003hg-CK for qemu-devel@nongnu.org; Mon, 12 Dec 2011 04:51:20 -0500 Received: from mout.web.de ([212.227.15.3]:56331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra2XT-0003hU-Ur for qemu-devel@nongnu.org; Mon, 12 Dec 2011 04:51:16 -0500 Message-ID: <4EE5CE49.1030405@web.de> Date: Mon, 12 Dec 2011 10:50:01 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1323521895-26693-1-git-send-email-andreas.faerber@web.de> <201112112342.59003.paul@codesourcery.com> In-Reply-To: <201112112342.59003.paul@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org Am 12.12.2011 00:42, schrieb Paul Brook: >> This series makes target-i386 compile with DEBUG_TCGV_TL. > > What benefit does this provide? It showcases what changes would need to be done to allow type-safe compilation of the first pair of --enable-system targets. Especially my focus has been on how to do that without introducing loads of unnecessary temporaries. Andreas