This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch: turn on inlining by default



On Wednesday, February 20, 2002, at 12:38  PM, Richard Henderson wrote:

> On Wed, Feb 20, 2002 at 12:21:00PM +1100, Aldy Hernandez wrote:
>> it turns out tree inlining is turned off for -O0 which i think is
>> wrong.  here is a patch.  ok?
>
> Not ok.  This destroys debugging.
>
> Per our conversation, I wanna know why this example fails
> *with* optimization.  After that's fixed we can discuss an
> __attribute__((always_inline)) that does inlining even at -O0.

it works with optimization just fine, so let's talk about
always_inline ;-)

--
Aldy Hernandez                                E-mail: aldyh@redhat.com
Professional Gypsy Lost in Australia
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]