From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYrr7-0000EV-Qw for qemu-devel@nongnu.org; Thu, 19 May 2005 16:42:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYrr6-0000Dm-JS for qemu-devel@nongnu.org; Thu, 19 May 2005 16:42:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYrjZ-0004oX-Ez for qemu-devel@nongnu.org; Thu, 19 May 2005 16:35:09 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DYr6A-0004WF-0o for qemu-devel@nongnu.org; Thu, 19 May 2005 15:54:26 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [patch] gcc4 host support Date: Thu, 19 May 2005 20:45:48 +0100 References: <200505191952.48028.paul@codesourcery.com> <428CEB32.6080804@astolat-it.co.uk> In-Reply-To: <428CEB32.6080804@astolat-it.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505192045.49084.paul@codesourcery.com> 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 On Thursday 19 May 2005 20:38, Tim Walker wrote: > Pardon me for butting in, is any of the host encoding hand written? There is some x86 assembly for the tlb lookup, but everything else is written in C. Paul