From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoblc-0000Tq-Mg for qemu-devel@nongnu.org; Mon, 17 Jun 2013 11:54:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoblW-0000Ef-HE for qemu-devel@nongnu.org; Mon, 17 Jun 2013 11:54:52 -0400 Received: from mail-gh0-x22a.google.com ([2607:f8b0:4002:c05::22a]:35281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoblW-0000EY-CG for qemu-devel@nongnu.org; Mon, 17 Jun 2013 11:54:46 -0400 Received: by mail-gh0-f170.google.com with SMTP id z10so991240ghb.1 for ; Mon, 17 Jun 2013 08:54:45 -0700 (PDT) Sender: Richard Henderson Message-ID: <51BF3142.9030404@twiddle.net> Date: Mon, 17 Jun 2013 08:54:42 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1370453368-21214-1-git-send-email-rth@twiddle.net> <51B61DC8.900@twiddle.net> In-Reply-To: <51B61DC8.900@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] tcg-arm: Implement tcg_register_jit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net Ping. On 06/10/2013 11:41 AM, Richard Henderson wrote: > Ping. > > > On 06/05/2013 10:29 AM, Richard Henderson wrote: >> Changes v1-v2: >> The suggestions for improvement I got from round 1 apply to all >> of the hosts, not just arm. >> >> >> r~ >> >> >> Richard Henderson (4): >> tcg: Fix high_pc fields in .debug_info >> tcg: Move the CIE and FDE header definitions to common code >> tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size >> tcg-arm: Implement tcg_register_jit >> >> tcg/arm/tcg-target.c | 76 ++++++++++++++++++++++++++++++++++++++++++++------ >> tcg/hppa/tcg-target.c | 35 +++++++---------------- >> tcg/i386/tcg-target.c | 45 +++++++++++------------------- >> tcg/sparc/tcg-target.c | 35 +++++++---------------- >> tcg/tcg.c | 22 +++++++++++++-- >> 5 files changed, 123 insertions(+), 90 deletions(-) >> >