This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Auto inlining with only -O2?
- From: "corey taylor" <corey dot taylor at gmail dot com>
- To: "Kaz Kylheku" <kaz at zeugmasystems dot com>, gcc-help at gnu dot org
- Date: Thu, 29 Nov 2007 22:26:49 -0500
- Subject: Re: Auto inlining with only -O2?
- References: <DDFD17CC94A9BD49A82147DDF7D545C552E402@exchange.ZeugmaSystems.local> <2e393d080711291851m7ae36bdbha316fc5b5337a44b@mail.gmail.com> <040A82160B0C4C6FAA54B645C07DCDA7@rocktron>
On Nov 29, 2007 10:20 PM, Kaz Kylheku <kaz@zeugmasystems.com> wrote:
> Thanks. I apologize for not doing the RTFM there; it's just that it's only a
> sub-question within a different problem.
>
> corey taylor <corey.taylor@gmail.com> wrote
>
> > You might be seeing the result of -funit-at-a-time and
> > -finline-functions-called-once enabled at O1.
> >
> > http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Optimize-Options.html#Optimize-Options
> >
> > corey
I missed reply-all, doing so now for other information/questions.
corey