From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYnmQ-0004VQ-A2 for qemu-devel@nongnu.org; Thu, 19 May 2005 12:21:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYnmM-0004S8-0G for qemu-devel@nongnu.org; Thu, 19 May 2005 12:21:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYnmL-0004Qp-44 for qemu-devel@nongnu.org; Thu, 19 May 2005 12:21:45 -0400 Received: from [130.88.192.14] (helo=mailhost.cs.man.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYnqC-0004Ol-3X for qemu-devel@nongnu.org; Thu, 19 May 2005 12:25:44 -0400 Received: from trinidad ([130.88.195.238]) by mailhost with esmtp (Exim 4.14) id 1DYnhS-00000d-D4 for qemu-devel@nongnu.org; Thu, 19 May 2005 17:16:42 +0100 Message-ID: <428CBC62.4000102@manchester.ac.uk> Date: Thu, 19 May 2005 17:18:42 +0100 From: Ian Rogers MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch] gcc4 host support References: <200505191420.16777.paul@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 You may also want to look at Dawson Engler's VCODE. Like GNU Lightning it's not been touched in a while. Ian Gwenole Beauchesne wrote: >On Thu, 19 May 2005, Paul Brook wrote: > > > >>Do you have a URL? Neither google nor freshmeat.net turn up anything useful. >> >> > >Sorry, here it is: > (used for valgrind 3.0) > > > > >>It would be nice if we could use some sort of portable JIT library, however I >>think in reality a few qemu specific hacks(most of which we already use with >>dyngen) and a relatively dumb JIT are going to perform better. >> >> > >What about using GNU lightning as an intermediate solution? It has a >RISC-style ISA with up to 6 registers exposed. It's "dumb" (no >optimization) but it's good at generating code. I think it matches most >the "synthetic instruction" approach of dyngen. > > >_______________________________________________ >Qemu-devel mailing list >Qemu-devel@nongnu.org >http://lists.nongnu.org/mailman/listinfo/qemu-devel > >