From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC9c0-0004P4-1Q for qemu-devel@nongnu.org; Mon, 26 Mar 2012 09:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SC9bt-0007hI-QH for qemu-devel@nongnu.org; Mon, 26 Mar 2012 09:05:27 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:63455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC9bt-0007gh-L3 for qemu-devel@nongnu.org; Mon, 26 Mar 2012 09:05:21 -0400 From: Paul Brook Date: Mon, 26 Mar 2012 14:05:12 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201203261405.13760.paul@codesourcery.com> Subject: Re: [Qemu-devel] [PATCH v2 0/6] ARM: AREG0 conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , qemu-devel > On 24 March 2012 18:58, Blue Swirl wrote: > > v2: fix patch 1, tweak patch 2 and rebase to master. > > > > URL git://repo.or.cz/qemu/blueswirl.git > > http://repo.or.cz/r/qemu/blueswirl.git > > > > Blue Swirl (6): > > arm: move neon_tbl to neon_helper.c > > arm: move saturating arithmetic to helper.c > > arm: move other arithmetic to helper.c > > arm: move cpsr and banked register access to helper.c > > arm: move exception and wfi helpers to helper.c > > arm: move load and store helpers, switch to AREG0 free mode > > The patches themselves look OK, but do we really want to take > a 5% performance hit for this cleanup? I have a similar concern. I'd like to at least have some idea where this slowdown is coming from. Paul