From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZykW-00035y-9H for qemu-devel@nongnu.org; Wed, 08 May 2013 03:25:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZykR-0002ab-Iv for qemu-devel@nongnu.org; Wed, 08 May 2013 03:25:16 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:42983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZykR-0002aR-Cg for qemu-devel@nongnu.org; Wed, 08 May 2013 03:25:11 -0400 Received: by mail-we0-f180.google.com with SMTP id n5so1410833wev.39 for ; Wed, 08 May 2013 00:25:10 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5189FDD3.5000902@redhat.com> Date: Wed, 08 May 2013 09:25:07 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <8661yvqasu.fsf@shell.gmplib.org> <20130507225736.GO5000@ohm.aurel32.net> In-Reply-To: <20130507225736.GO5000@ohm.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Reporting Heisenbugs in qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Torbjorn Granlund , Artyom Tarasenko , qemu-devel Il 08/05/2013 00:57, Aurelien Jarno ha scritto: > On Tue, May 07, 2013 at 11:29:20PM +0200, Artyom Tarasenko wrote: >> On Tue, May 7, 2013 at 1:38 PM, Torbjorn Granlund wrote: >>> The 2nd table of http://gmplib.org/devel/testsystems.html shows all >>> emulated systems I am using, most of which are qemu-based. >> >> Do I read it correct that qemu-system-ppc64 with the slowdown factor >> of 33 is ~3 times faster than qemu-system-sparc64 with the slowdown >> factor of 96 ? >> Do they both use Debian Wheezy guest? You have a remark that ppc64 has >> problems with its clock. Was it taken into account when the slowdown >> factors were calculated? >> > > Clock or not, it should be noted that qemu-system-sparc64 is undoubtedly > slower (at least 5 to 10 times) than qemu-system-{arm,ppc,mips,...} on > some type of load like perl scripts. I guess that's the register windows. There's only so much you can do to optimize them, and heavily recursive workloads (like Perl, or the RTL half of GCC) pay a hefty price. Paolo