From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an2lR-0002H7-8m for qemu-devel@nongnu.org; Mon, 04 Apr 2016 07:33:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an2lN-0006TC-8x for qemu-devel@nongnu.org; Mon, 04 Apr 2016 07:33:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an2lN-0006T8-3l for qemu-devel@nongnu.org; Mon, 04 Apr 2016 07:33:45 -0400 References: <87y48tu53d.fsf@linaro.org> <57022D7A.1040507@redhat.com> <57024478.2080506@gmail.com> <87wpodty5d.fsf@linaro.org> From: Paolo Bonzini Message-ID: <57025113.7000101@redhat.com> Date: Mon, 4 Apr 2016 13:33:39 +0200 MIME-Version: 1.0 In-Reply-To: <87wpodty5d.fsf@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Should we introduce a TranslationRegion with its own codegen buffer? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , Sergey Fedorov Cc: MTTCG Devel , Peter Maydell , Cota@braap.org, QEMU Developers , Richard Henderson On 04/04/2016 13:24, Alex Benn=C3=A9e wrote: > FWIW I've dropped the patch that moves tb_find_fast out of tb_lock in > the upcoming base-patches-v2 series because it: > - weirdly breaks the pxe tests I'm happy to take a look. > - is pretty ugly anyway What exactly makes it ugly? Paolo > This is obviously going to have an impact on performance which bought m= e > back to should we be thinking more holistically about how to approach > this problem.