Re: [patch] uninline init_waitqueue_*() functions
From: Linus Torvalds
Date: Wed Jul 05 2006 - 16:34:52 EST
On Wed, 5 Jul 2006, Andrew Morton wrote:
>
> OK, but what happened to the 35-bytes-per-callsite saving?
I really don't think it existed.
Maybe there's something else going on. In particular, I wonder if sections
like the "debug_loc" fection end up being counted towards text-size? They
never actually get _loaded_, but they can be absolutely enormous if
CONFIG_DEBUG_INFO is enabled.
Doing "make allnoconfig" would have turned off not only modules, but also
indirectly turned off gratuitous debug info bloat like that..
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/