[DEBUG] RTX allocation debugging
Daniel Berlin
dberlin@dberlin.org
Sat Jun 15 08:38:00 GMT 2002
On 15 Jun 2002, Aldy Hernandez wrote:
> >>>>> "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.
Well, it should help that GDB now has support for evaluating macros.
Thus, it's only our macro functions, rather than macro accessors, that
should be a pain in the ass now.
>
> Aldy
>
>
More information about the Gcc
mailing list