From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbdr5-0001HD-77 for qemu-devel@nongnu.org; Wed, 30 Oct 2013 18:03:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbdqz-0003Nz-MB for qemu-devel@nongnu.org; Wed, 30 Oct 2013 18:03:11 -0400 Received: from mail-qe0-x22c.google.com ([2607:f8b0:400d:c02::22c]:50510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbdqz-0003MR-Hj for qemu-devel@nongnu.org; Wed, 30 Oct 2013 18:03:05 -0400 Received: by mail-qe0-f44.google.com with SMTP id 6so1270433qeb.17 for ; Wed, 30 Oct 2013 15:03:00 -0700 (PDT) Sender: Richard Henderson Message-ID: <52718210.9070704@twiddle.net> Date: Wed, 30 Oct 2013 15:02:56 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1383073495-5332-1-git-send-email-sebastian@macke.de> <1383073495-5332-12-git-send-email-sebastian@macke.de> <527150E2.5070200@twiddle.net> <527158F2.9000000@macke.de> <5271624F.8050104@twiddle.net> <52717543.7090804@macke.de> In-Reply-To: <52717543.7090804@macke.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/13] target-openrisc: use jmp_pc as flag variable for branches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Macke Cc: openrisc@openrisc.net, qemu-devel@nongnu.org, proljc@gmail.com On 10/30/2013 02:08 PM, Sebastian Macke wrote: >> Do you have a publicly accessible tree with all your patches applied? >> I'd like to re-read the logic in the proper context. > After you are the second who demanded it: > https://github.com/s-macke/qemu/tree/or32-optimize Ok, the logic as written is correct as far as I can see. It's a little convoluted though, and I think there may be a way to streamline it. But I'll have to think about that some more. r~