From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpHXI-0003Nl-Dc for qemu-devel@nongnu.org; Fri, 14 Nov 2014 09:07:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpHXB-0004sq-Hj for qemu-devel@nongnu.org; Fri, 14 Nov 2014 09:07:40 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:36284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpHXB-0004ph-Ar for qemu-devel@nongnu.org; Fri, 14 Nov 2014 09:07:33 -0500 Message-ID: <54661AD4.7080504@mail.uni-paderborn.de> Date: Fri, 14 Nov 2014 15:08:04 +0000 From: Bastian Koppelmann MIME-Version: 1.0 References: <1415723092-4088-1-git-send-email-rth@twiddle.net> <1415723092-4088-7-git-send-email-rth@twiddle.net> In-Reply-To: <1415723092-4088-7-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2.3 6/8] tcg: Remove opcodes instead of noping them out List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Cc: aurelien@aurel32.net 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 > --- > tcg/optimize.c | 14 +++++++------- > tcg/tcg.c | 28 ++++++++++++++++++++++++---- > tcg/tcg.h | 1 + > 3 files changed, 32 insertions(+), 11 deletions(-) > > Reviewed-by: Bastian Koppelmann