From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaXqj-0000aD-Kv for qemu-devel@nongnu.org; Thu, 09 May 2013 16:54:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaXqh-0000hj-Av for qemu-devel@nongnu.org; Thu, 09 May 2013 16:54:01 -0400 Received: from mail-ye0-f175.google.com ([209.85.213.175]:57486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaXqh-0000hf-6D for qemu-devel@nongnu.org; Thu, 09 May 2013 16:53:59 -0400 Received: by mail-ye0-f175.google.com with SMTP id q4so767167yen.34 for ; Thu, 09 May 2013 13:53:58 -0700 (PDT) Sender: Richard Henderson Message-ID: <518C0CE2.3090306@twiddle.net> Date: Thu, 09 May 2013 13:53:54 -0700 From: Richard Henderson MIME-Version: 1.0 References: <20130509183029.GG31148@hall.aurel32.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Profiling sparc64 emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko Cc: qemu-devel , Aurelien Jarno , Torbjorn Granlund On 05/09/2013 01:11 PM, Artyom Tarasenko wrote: > Is it possible to disable some optimisations, or the whole > optimisation completely? > I see no command line switches for that. No command-line switches. See the top lines of tcg/tcg.c for compile-time disabling. r~