qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2.3 4/8] tcg: Introduce tcg_op_buf_count and tcg


From: Bastian Koppelmann
Subject: Re: [Qemu-devel] [PATCH 2.3 4/8] tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Date: Thu, 13 Nov 2014 16:13:26 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0


On 11/11/2014 04:24 PM, Richard Henderson wrote:
The method by which we count the number of ops emitted
is going to change.  Abstract that away into some inlines.

Signed-off-by: Richard Henderson <address@hidden>
---
  target-alpha/translate.c      | 14 +++++++-------
  target-arm/translate-a64.c    |  9 +++------
  target-arm/translate.c        |  9 +++------
  target-cris/translate.c       | 13 +++++--------
  target-i386/translate.c       |  9 +++------
  target-lm32/translate.c       | 14 +++++---------
  target-m68k/translate.c       |  9 +++------
  target-microblaze/translate.c | 20 ++++++++------------
  target-mips/translate.c       |  8 +++-----
  target-moxie/translate.c      |  8 +++-----
  target-openrisc/translate.c   | 13 +++++--------
  target-ppc/translate.c        |  9 +++------
  target-s390x/translate.c      |  9 +++------
  target-sh4/translate.c        |  8 +++-----
  target-sparc/translate.c      |  8 +++-----
  target-tricore/translate.c    |  4 +---
  target-unicore32/translate.c  |  9 +++------
  target-xtensa/translate.c     |  7 +++----
  tcg/tcg.h                     | 12 ++++++++++++
  19 files changed, 79 insertions(+), 113 deletions(-)

Again, I'm quiete happy with that change, since these functions make it really clear what is happening.

Reviewed-by: Bastian Koppelmann <address@hidden>

Cheers,
Bastian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]