From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQjPX-0000H3-4C for qemu-devel@nongnu.org; Thu, 30 Aug 2007 08:46:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQjPV-0000Gr-3y for qemu-devel@nongnu.org; Thu, 30 Aug 2007 08:46:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQjPV-0000Gi-0O for qemu-devel@nongnu.org; Thu, 30 Aug 2007 08:46:09 -0400 Received: from tapir.sajinet.com.pe ([66.139.79.212]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IQjPU-0001nI-LN for qemu-devel@nongnu.org; Thu, 30 Aug 2007 08:46:08 -0400 Date: Thu, 30 Aug 2007 07:46:28 -0500 From: Carlo Marcelo Arenas Belon Subject: Re: [Qemu-devel] [patch] make qemu work with GCC 4 Message-ID: <20070830124628.GA12924@tapir> References: <8AEA1D4C-F488-43F2-B350-D62C3C4C1FD9@web.de> <49F27907-6C55-40D8-A6FF-7769156F8E74@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Andreas =?iso-8859-1?Q?F=E4rber?= , Alexander Graf On Wed, Aug 29, 2007 at 03:30:45PM +0200, Michael Matz wrote: > I'm only a compiler developer hitting qemu hard enough until it works with > gcc4 :-) slightly offtopic, but in the last GCC summit 2007 there was a presentation with an interesting propossal which makes GCC specifically generate code chunks that would be reused in a different context like it is done with dyngen for qemu as shown by : http://www.gccsummit.org/2007/view_abstract.php?content_key=30 with a description (but sadly no code) in the proceedings (pages 117 to 130) available from : http://ols2006.108.redhat.com/2007/GCC-Reprints/GCC2007-Proceedings.pdf Carlo