[DEBUG] RTX allocation debugging

Aldy Hernandez aldyh@redhat.com
Sat Jun 15 03:53:00 GMT 2002


>>>>> "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



More information about the Gcc mailing list