qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 5/8] tcg: Put opcodes in a linked list


From: Bastian Koppelmann
Subject: Re: [Qemu-devel] [PATCH v3 5/8] tcg: Put opcodes in a linked list
Date: Wed, 04 Feb 2015 22:10:37 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


On 02/03/2015 03:35 PM, Richard Henderson wrote:
The previous setup required ops and args to be completely sequential,
and was error prone when it came to both iteration and optimization.

Signed-off-by: Richard Henderson <address@hidden>
---
  include/exec/gen-icount.h |  22 ++-
  tcg/optimize.c            | 286 ++++++++++++++---------------------
  tcg/tcg-op.c              | 190 ++++++++++++-----------
  tcg/tcg.c                 | 376 +++++++++++++++++++---------------------------
  tcg/tcg.h                 |  58 ++++---
  5 files changed, 431 insertions(+), 501 deletions(-)

Reviewed-by: Bastian Koppelmann <address@hidden>



reply via email to

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