From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPWsB-0001SW-8o for qemu-devel@nongnu.org; Tue, 09 Apr 2013 07:38:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPWs8-00052f-AQ for qemu-devel@nongnu.org; Tue, 09 Apr 2013 07:37:59 -0400 Received: from mail-qe0-f41.google.com ([209.85.128.41]:54985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPWs8-00051m-6Q for qemu-devel@nongnu.org; Tue, 09 Apr 2013 07:37:56 -0400 Received: by mail-qe0-f41.google.com with SMTP id b10so2365121qen.28 for ; Tue, 09 Apr 2013 04:37:55 -0700 (PDT) Sender: Richard Henderson Message-ID: <5163FD90.5@twiddle.net> Date: Tue, 09 Apr 2013 06:37:52 -0500 From: Richard Henderson MIME-Version: 1.0 References: <1364485075-17899-1-git-send-email-rth@twiddle.net> <515CA8F7.8060209@twiddle.net> In-Reply-To: <515CA8F7.8060209@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] Fixes and minor improvements to TCI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Weil Ping 2. On 2013-04-03 17:11, Richard Henderson wrote: > Ping? > > On 2013-03-28 10:37, Richard Henderson wrote: >> My main goal here is the last patch. With the patches I've posted >> for arm and s390, tci is the only remaining user of env->temp_buf. >> >> >> r~ >> >> >> Richard Henderson (5): >> tci: Use 32-bit signed offsets to loads/stores >> tci: Use a local variable for env >> tci: Avoid code before declarations >> tci: Delete unused tb_ret_addr >> tci: Make tcg temporaries local to tcg_qemu_tb_exec >> >> tcg/tci/tcg-target.c | 22 +++++++++----------- >> tcg/tci/tcg-target.h | 8 +++++++- >> tci.c | 57 ++++++++++++++++++++++++++++++---------------------- >> 3 files changed, 49 insertions(+), 38 deletions(-) >> >