From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TERic-0002P3-H0 for qemu-devel@nongnu.org; Wed, 19 Sep 2012 17:22:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TERiX-00087R-Nx for qemu-devel@nongnu.org; Wed, 19 Sep 2012 17:22:02 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:35598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TERiX-00087E-Hn for qemu-devel@nongnu.org; Wed, 19 Sep 2012 17:21:57 -0400 Received: by pbbrp12 with SMTP id rp12so3404575pbb.4 for ; Wed, 19 Sep 2012 14:21:56 -0700 (PDT) Sender: Richard Henderson Message-ID: <505A3771.9040303@twiddle.net> Date: Wed, 19 Sep 2012 14:21:53 -0700 From: Richard Henderson MIME-Version: 1.0 References: <5059FA36.1080301@twiddle.net> <505A011C.1020106@twiddle.net> <20120919175116.GC29951@hall.aurel32.net> <505A0895.8000008@twiddle.net> <505A22C8.6030409@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Shifts, ppc[64], xtensa List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Max Filippov , qemu-devel@nongnu.org, Aurelien Jarno On 09/19/2012 01:05 PM, Peter Maydell wrote: > I notice tcg/README doesn't actually mention this restriction > on goto_tb, incidentally. Nor does it mention that only indicies 0 and 1 are valid. I.e. no use of goto_tb $2 for multi-way branches. > (I wonder if there are enough easily checkable and plausibly > violated constraints on generated TCG to make it worth having > a debug mode pass which checks them? "Only one goto_tb X per > TB" is an easy check...) Sure. Enabled via the existing --enable-tcg-debug I would presume. r~