From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lwd1p-0000fK-BT for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:02:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lwd1k-0000dZ-OA for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:02:21 -0400 Received: from [199.232.76.173] (port=47657 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lwd1k-0000dT-LH for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:02:16 -0400 Received: from mx20.gnu.org ([199.232.41.8]:47153) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lwd1k-0007uw-7s for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:02:16 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lwd1i-0007Pl-Dv for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:02:14 -0400 Date: Wed, 22 Apr 2009 07:02:13 -0700 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 9/9] Implement new logical instructions for ppc64 Message-ID: <20090422140212.GQ22588@codesourcery.com> References: <1240362737-10053-1-git-send-email-froydnj@codesourcery.com> <1240362737-10053-10-git-send-email-froydnj@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org On Wed, Apr 22, 2009 at 05:44:00PM +0400, malc wrote: > On Tue, 21 Apr 2009, Nathan Froyd wrote: > > tcg/ppc64/tcg-target.c | 36 ++++++++++++++++++++++++++++++++++++ > > tcg/ppc64/tcg-target.h | 10 ++++++++++ > > 2 files changed, 46 insertions(+), 0 deletions(-) > > Have you measured the speed impact of this, if so how? I have not. -Nathan