This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Turn on -fomit-frame-pointer by default for 32bit Linux/x86
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: Michael Witten <mfwitten at gmail dot com>
- Cc: GCC Development <gcc at gcc dot gnu dot org>, Richard Guenther <rguenther at suse dot de>, Jakub Jelinek <jakub at redhat dot com>, Mark Mitchell <mark at codesourcery dot com>, Richard Henderson <rth at redhat dot com>, jh at suse dot cz, "H.J. Lu" <hjl dot tools at gmail dot com>, Andi Kleen <andi at firstfloor dot org>, Andrew Haley <aph at redhat dot com>, David Daney <ddaney at caviumnetworks dot com>, Xinliang David Li <davidxl at google dot com>, Chris Lattner <clattner at apple dot com>
- Date: Sun, 8 Aug 2010 17:08:24 +0200
- Subject: Re: Turn on -fomit-frame-pointer by default for 32bit Linux/x86
- References: <AANLkTikArg8jNfW-DZQQRf9Q97+ay4q2e8nW8W8--XuD@mail.gmail.com> <AANLkTimgyd1Hi7V0r7oQ23MEJ4zstaoC1gvgi5_AApHO@mail.gmail.com>
On Sun, Aug 8, 2010 at 5:00 PM, Michael Witten <mfwitten@gmail.com> wrote:
> On Sun, Aug 8, 2010 at 09:56, Uros Bizjak <ubizjak@gmail.com> wrote:
>>
>> IMO, we have to bite the bullet from time to time in order to improve
>> the generated code.
>
> What's your performance function?
See measurements at [1].
>
> I like backtraces.
>
So, you will be able to use --enable-frame-pointer configure option.
[1] http://gcc.gnu.org/ml/gcc-patches/2010-07/msg02034.html
Uros.