Re: CONFIG_FRAME_POINTER [was [PATCH] x86: BUILD_IRQ say .text]

From: Hugh Dickins
Date: Mon Jul 28 2008 - 10:57:50 EST


On Mon, 28 Jul 2008, Ingo Molnar wrote:
> * Hugh Dickins <hugh@xxxxxxxxxxx> wrote:
>
> > I rather think CONFIG_FRAME_POINTER shouldn't exist at all (or be a
> > private, config-user-invisible, specific-to-a-few-arches thing): what
> > one wants to configure is how far to sacrifice cpu performance and
> > kernel smallness to getting a good stacktrace. Frame pointer is just
> > an implementation detail on that, appropriate to some arches. Perhaps
> > three settings: no stacktrace, fair stacktrace, best stacktrace.
>
> actually, we consciously use and rely on frame pointers on x86. The
> runtime cost on 64-bit is miniscule and the improved backtrace output in
> recent kernels makes backtraces _much_ easier to interpret:

Just to clarify, no way was I criticizing the use of frame pointers
on x86. What I don't care for is that CONFIG_FRAME_POINTER is used
by common code (e.g. top level Makefile, and various debug Kconfigs),
when I see it as an arch-specific technique for getting best stacktrace.

Hugh
--
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/