From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNVti-00039q-Cq for qemu-devel@nongnu.org; Wed, 03 Apr 2013 18:11:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNVtc-0005IS-9E for qemu-devel@nongnu.org; Wed, 03 Apr 2013 18:11:14 -0400 Received: from mail-ia0-x232.google.com ([2607:f8b0:4001:c02::232]:58817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNVtc-0005IK-41 for qemu-devel@nongnu.org; Wed, 03 Apr 2013 18:11:08 -0400 Received: by mail-ia0-f178.google.com with SMTP id r13so1701536iar.37 for ; Wed, 03 Apr 2013 15:11:07 -0700 (PDT) Sender: Richard Henderson Message-ID: <515CA8F7.8060209@twiddle.net> Date: Wed, 03 Apr 2013 17:11:03 -0500 From: Richard Henderson MIME-Version: 1.0 References: <1364485075-17899-1-git-send-email-rth@twiddle.net> In-Reply-To: <1364485075-17899-1-git-send-email-rth@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? 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(-) >