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


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


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