From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfoXV-0005ee-UA for qemu-devel@nongnu.org; Mon, 11 Nov 2013 05:16:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfoXP-0000j3-Fc for qemu-devel@nongnu.org; Mon, 11 Nov 2013 05:16:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfoXP-0000ij-7Q for qemu-devel@nongnu.org; Mon, 11 Nov 2013 05:16:07 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rABAG5Vk001820 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 11 Nov 2013 05:16:05 -0500 Message-ID: <5280AE5F.9050305@redhat.com> Date: Mon, 11 Nov 2013 11:15:59 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1383840877-2861-1-git-send-email-pbonzini@redhat.com> <1383840877-2861-3-git-send-email-pbonzini@redhat.com> <20131110103111.GC3241@redhat.com> In-Reply-To: <20131110103111.GC3241@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] exec: make address spaces 64-bit wide List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: lcapitulino@redhat.com, qemu-devel@nongnu.org, marcel.a@redhat.com Il 10/11/2013 11:31, Michael S. Tsirkin ha scritto: > > Reported-by: Luiz Capitulino > > Signed-off-by: Paolo Bonzini > > So this causes a 12% performance regression on some TCG > tests, I think we should look into a smarter > datastructure to solve the issues. It causes a 12% performance regression in a single testcase where KVM has a 150x performance regression. This says a lot about the relevance of the testcase. In any case, I have patches to avoid the regression. For 1.7 we can just revert the patches, for 1.8 we can apply this patch together with the optimizations that avoid introducing a regression. Paolo