This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: make -momit-leaf-frame-pointer the default for x86
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 29 May 2002 18:02:26 -0700
- Subject: Re: make -momit-leaf-frame-pointer the default for x86
- References: <20020529174330.A4737@redhat.com>
On Wed, May 29, 2002 at 05:43:30PM -0700, Richard Henderson wrote:
> Tiny functions spend a good fraction of their runtime setting up and
> tearing down the unused stack frame. I think it's high time we made
> this the default.
Doesn't DWARF2 imply CAN_DEBUG_WITHOUT_FP?
zw