From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um72m-0005IB-9r for qemu-devel@nongnu.org; Mon, 10 Jun 2013 14:42:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um72j-0001j2-Sd for qemu-devel@nongnu.org; Mon, 10 Jun 2013 14:42:16 -0400 Received: from mail-qe0-f49.google.com ([209.85.128.49]:54896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um72j-0001iy-PC for qemu-devel@nongnu.org; Mon, 10 Jun 2013 14:42:13 -0400 Received: by mail-qe0-f49.google.com with SMTP id cz11so4223476qeb.22 for ; Mon, 10 Jun 2013 11:42:13 -0700 (PDT) Sender: Richard Henderson Message-ID: <51B61DC8.900@twiddle.net> Date: Mon, 10 Jun 2013 11:41:12 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1370453368-21214-1-git-send-email-rth@twiddle.net> In-Reply-To: <1370453368-21214-1-git-send-email-rth@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/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(-) >