From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7hBq-0002L5-D4 for qemu-devel@nongnu.org; Thu, 26 Oct 2017 08:23:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7hBm-0003Vp-9k for qemu-devel@nongnu.org; Thu, 26 Oct 2017 08:23:14 -0400 References: <20170630183736.13222-1-rth@twiddle.net> From: Thomas Huth Message-ID: <1b8ff383-9d0b-d178-cd76-8c3b48aaead8@redhat.com> Date: Thu, 26 Oct 2017 14:22:57 +0200 MIME-Version: 1.0 In-Reply-To: <20170630183736.13222-1-rth@twiddle.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] target/ppc: Use tcg_gen_lookup_and_goto_ptr List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org, David Gibson Cc: qemu-ppc@nongnu.org On 30.06.2017 20:37, Richard Henderson wrote: > Cc: qemu-ppc@nongnu.org > Signed-off-by: Richard Henderson > --- > target/ppc/translate.c | 23 ++++++++--------------- > 1 file changed, 8 insertions(+), 15 deletions(-) *ping* Richard, David, any chance that we can still get this in for 2.11? I think this would be quite a nice performance improvement for PPC TCG... Thomas