From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4AxU-0007N8-Ci for qemu-devel@nongnu.org; Thu, 05 Jun 2008 04:36:32 -0400 Received: from [199.232.76.173] (port=51900 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4AxT-0007MA-3I for qemu-devel@nongnu.org; Thu, 05 Jun 2008 04:36:31 -0400 Received: from mx1.polytechnique.org ([129.104.30.34]:44559) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K4AxS-0005Re-KW for qemu-devel@nongnu.org; Thu, 05 Jun 2008 04:36:30 -0400 Received: from fbe1.dev.netgem.com (161.218-14-84.ripe.coltfrance.com [84.14.218.161]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 148343319C for ; Thu, 5 Jun 2008 10:36:28 +0200 (CEST) Message-ID: <4847A58B.2080405@bellard.org> Date: Thu, 05 Jun 2008 10:36:27 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/3] Replace CF_SINGLE_INSN with SSTEP_INTERNAL References: <4846E354.805@web.de> <4846E546.3070100@web.de> In-Reply-To: <4846E546.3070100@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jan Kiszka wrote: > With the help of SSTEP_INTERNAL, we can overcome CF_SINGLE_INSN and, > thus, tb_gen_code. Does your code avoid looping if an instruction modifies itself ? Fabrice.