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: the size of tree_decl


Dan Nicolaescu wrote:-

> There's another field that is too big: location_t locus, it contains
> a line number and a char*. If it was to use logical lines like cpplib
> does, the char* 

That's the ultimate plan.  Try doing for the whole compiler though.
What a nightmare.

Per was working on adding column info and still using just 32 bits.
Sounded a bit tight to me.  That's gone quiet.

Neil.


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