Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754874AbYHMUWv (ORCPT ); Wed, 13 Aug 2008 16:22:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754326AbYHMUWk (ORCPT ); Wed, 13 Aug 2008 16:22:40 -0400 Received: from mx1.redhat.com ([66.187.233.31]:41238 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754278AbYHMUWj (ORCPT ); Wed, 13 Aug 2008 16:22:39 -0400 Message-ID: <48A34260.3070506@redhat.com> Date: Wed, 13 Aug 2008 16:21:52 -0400 From: Steven Rostedt User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: Andi Kleen CC: Thomas Gleixner , Mathieu Desnoyers , Linus Torvalds , Steven Rostedt , Jeremy Fitzhardinge , LKML , Ingo Molnar , Peter Zijlstra , Andrew Morton , David Miller , Roland McGrath , Ulrich Drepper , Rusty Russell , Gregory Haskins , Arnaldo Carvalho de Melo , "Luis Claudio R. Goncalves" , Clark Williams Subject: Re: Efficient x86 and x86_64 NOP microbenchmarks References: <20080813191926.GB15547@Krystal> <48A33D65.4020802@redhat.com> <20080813201532.GR1366@one.firstfloor.org> In-Reply-To: <20080813201532.GR1366@one.firstfloor.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 28 Andi Kleen wrote: > On Wed, Aug 13, 2008 at 04:00:37PM -0400, Steven Rostedt wrote: > >>> Now the numbers have shown that just by not using frame pointer ( >>> -pg right now implies frame pointer) you can get more benefit >>> than what you lose from using non optimal nops. >>> >>> >> No, I can easily make a patch that does not use frame pointers but still >> > > Not without patching gcc. Try it. The patch is not very difficult and i did > it here, but it needs a patch. > OK, I admit you are right ;-) I got the error message: gcc: -pg and -fomit-frame-pointer are incompatible -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/