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]

Re: PATCH: better diagnostic on inline failure


>>>>> Jeffrey A Law <law@cygnus.com> writes:

 > The warning looks pretty sensible to me.  We're talking about a single
 > pointer in the tree node for a function decl.

We're talking about all _DECLs taking 4 bytes more space.  This may be more
significant in C++, where there tend to be a lot of long-lived decls.

Of course, the impact may not actually be that large, I'm just wary.

 > Or maybe there's a field in a decl node that isn't used for
 > FUNCTION_DECLs that we could reuse if the space is a real issue?

Maybe so.

Jason


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