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 <r...@twiddle.net>
---
  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 <kbast...@mail.uni-paderborn.de>

Reply via email to