All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hugh Dickins <hugh@veritas.com>
To: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@elte.hu>,
	Nick Piggin <nickpiggin@yahoo.com.au>,
	linux-kernel@vger.kernel.org
Subject: Re: CONFIG_OPTIMIZE_INLINING fun
Date: Sat, 15 Nov 2008 00:19:50 +0000 (GMT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0811150001430.2087@blonde.site> (raw)
In-Reply-To: <Pine.LNX.4.64.0811141343510.30981@quilx.com>

On Fri, 14 Nov 2008, Christoph Lameter wrote:
> On Fri, 14 Nov 2008, Hugh Dickins wrote:
> 
> > What I was intending anyway, quite independently of the INLINING
> > issue, was changing those and some others to VM_BUG_ONs, which are
> > intended really for VM testers rather than for distros to turn on.
> > (Though perhaps Nick has shifted his position on that.)
> 
> Some distros have a bad habit of turning these on for production releases.

Okay, then they'll get what they've asked for.  DEBUG_VM has
an outstandingly appropriate help text, Nick deserves a medal:

  Enable this to turn on extended checks in the virtual-memory system
  that may impact performance.

  If unsure, say N.

> > But I suspect
> > it's irrelevant, that changing those functions to macros would not
> > actually have any effect on the problem - that's what we've often
> > been assured, anyway, that the compiler nowadays does inlines as
> > efficiently as the preprocessor does macros.  I do wonder though.
> 
> Maybe try to compare it with a old kernel that still has the page flags
> macros? That way we would have a testcase useful for bringing to the
> attention of the gcc people.

I've now put a 2.6.25 #define-style page-flags.h into my 2.6.28-rc4
build tree, added in enough of the missing stuff to build my config,
and rebuilt with gccs 4.2.1 and 4.3.2.

You'll be relieved to hear that using the macros makes no difference:
well, of course it eliminates all those " Page" functions with 4.2.1,
hard for it not to; but leaves just as many constant_test_bit()s.

Hugh

  reply	other threads:[~2008-11-15  0:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-14 18:13 CONFIG_OPTIMIZE_INLINING fun Hugh Dickins
2008-11-14 18:53 ` Christoph Lameter
2008-11-14 19:38   ` Hugh Dickins
2008-11-14 19:46     ` Christoph Lameter
2008-11-15  0:19       ` Hugh Dickins [this message]
2008-11-15  7:57 ` Sam Ravnborg
2008-11-15 13:21 ` Andi Kleen
2008-11-15 15:49   ` Hugh Dickins
2008-11-15 16:25     ` Andi Kleen
     [not found]     ` <20090211042758.GV21351@cordes.ca>
2009-02-11  8:32       ` Andi Kleen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0811150001430.2087@blonde.site \
    --to=hugh@veritas.com \
    --cc=cl@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=nickpiggin@yahoo.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.