This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [DEBUG] RTX allocation debugging
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: "David S. Miller" <davem at redhat dot com>, <gcc at gcc dot gnu dot org>
- Date: Sat, 15 Jun 2002 10:47:58 -0400 (EDT)
- Subject: Re: [DEBUG] RTX allocation debugging
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
>
>