From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTdXL-0005Tn-Fj for qemu-devel@nongnu.org; Wed, 31 Oct 2012 15:01:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTdXJ-0005Rg-U9 for qemu-devel@nongnu.org; Wed, 31 Oct 2012 15:01:11 -0400 Received: from mail-da0-f45.google.com ([209.85.210.45]:57948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTdXJ-0005Qy-NB for qemu-devel@nongnu.org; Wed, 31 Oct 2012 15:01:09 -0400 Received: by mail-da0-f45.google.com with SMTP id n15so746853dad.4 for ; Wed, 31 Oct 2012 12:01:08 -0700 (PDT) Sender: Richard Henderson Message-ID: <5091756F.5080103@twiddle.net> Date: Thu, 01 Nov 2012 06:01:03 +1100 From: Richard Henderson MIME-Version: 1.0 References: <1351660795-24013-1-git-send-email-e.voevodin@samsung.com> In-Reply-To: <1351660795-24013-1-git-send-email-e.voevodin@samsung.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/7] TCG global variables clean-up List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Evgeny Voevodin Cc: blauwirbel@gmail.com, edgar.iglesias@gmail.com, kyungmin.park@samsung.com, qemu-devel@nongnu.org, aurelien@aurel32.net On 2012-10-31 16:19, Evgeny Voevodin wrote: > Evgeny (2): > tcg/tcg.h: Duplicate global TCG variables in TCGContext > TCG: Remove unused global variables > > Evgeny Voevodin (5): > target-cris/translate.c: Code style clean-up > TCG: Use gen_opc_ptr from context instead of global variable. > TCG: Use gen_opparam_ptr from context instead of global variable. > TCG: Use gen_opc_buf from context instead of global variable. > TCG: Use gen_opparam_buf from context instead of global variable. > > gen-icount.h | 2 +- > target-alpha/translate.c | 10 +- > target-arm/translate.c | 10 +- > target-cris/translate.c | 5041 +++++++++++++++++++++-------------------- > target-i386/translate.c | 10 +- > target-lm32/translate.c | 13 +- > target-m68k/translate.c | 10 +- > target-microblaze/translate.c | 13 +- > target-mips/translate.c | 11 +- > target-openrisc/translate.c | 13 +- > target-ppc/translate.c | 11 +- > target-s390x/translate.c | 11 +- > target-sh4/translate.c | 10 +- > target-sparc/translate.c | 10 +- > target-unicore32/translate.c | 10 +- > target-xtensa/translate.c | 8 +- > tcg/optimize.c | 62 +- > tcg/tcg-op.h | 324 +-- > tcg/tcg.c | 85 +- > tcg/tcg.h | 10 +- > translate-all.c | 3 - > 21 files changed, 2860 insertions(+), 2817 deletions(-) Reviewed-by: Richard Henderson r~