This is the mail archive of the gcc@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: [DEBUG] RTX allocation debugging


>>>>> "David" == David S Miller <davem@redhat.com> writes:

 > Maybe we can conditionalize this with some flag so that it could be
 > put into the repository yet not cause all the added overhead unless
 > the developer explicitly tells configure he wants this.

Can't we just install your patch?

I mean, on a bootstrap it will hopefully be inlined away.  Or perhaps
we can explicitly state it:

#ifdef __GNUC__
inline
#endif
blah

I'd really like to get rid of a lot of the macros in gcc.  They're a
pain when debugging.

Aldy


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