On 11/11/2014 04:24 PM, Richard Henderson wrote:
With the linked list scheme we need not leave nops in the stream that we need to process later.Signed-off-by: Richard Henderson <r...@twiddle.net> --- tcg/optimize.c | 14 +++++++------- tcg/tcg.c | 28 ++++++++++++++++++++++++---- tcg/tcg.h | 1 + 3 files changed, 32 insertions(+), 11 deletions(-)
Reviewed-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de>