From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enUer-0000Pb-9J for qemu-devel@nongnu.org; Sun, 18 Feb 2018 14:29:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enUeo-0007Ov-4P for qemu-devel@nongnu.org; Sun, 18 Feb 2018 14:29:57 -0500 Received: from mail-pl0-x241.google.com ([2607:f8b0:400e:c01::241]:40842) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enUen-0007Og-So for qemu-devel@nongnu.org; Sun, 18 Feb 2018 14:29:54 -0500 Received: by mail-pl0-x241.google.com with SMTP id g18so4506702plo.7 for ; Sun, 18 Feb 2018 11:29:53 -0800 (PST) References: <1518736676-5994-1-git-send-email-cota@braap.org> <1518736676-5994-4-git-send-email-cota@braap.org> From: Richard Henderson Message-ID: <9f1a0b6f-d00b-24de-181b-a994e17647ae@linaro.org> Date: Sun, 18 Feb 2018 11:29:49 -0800 MIME-Version: 1.0 In-Reply-To: <1518736676-5994-4-git-send-email-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] target/sparc: convert to TranslatorOps List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Mark Cave-Ayland , Artyom Tarasenko , Richard Henderson On 02/15/2018 03:17 PM, Emilio G. Cota wrote: > + (dc->pc - dc->base.pc_first) >= (TARGET_PAGE_SIZE - 32)) { What is this, and why is it not a bug to be fixed via elimination? Surely this condition is covered by the normal max_insns test. r~