This is the mail archive of the gcc-patches@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: PATCH[BIB}: Removing the arg_index field from cpp_hashnode


Per Bothner wrote:-

> On Fri, Dec 06, 2002 at 03:27:57PM -0800, Richard Henderson wrote:
> >With the structure in question, you moved padding from one place
> >to another, didn't make things worse.  What's the larger context here?
> Zack Weinberg wrote:
> >We were hoping to make it smaller.
> 
> I believe we did, for 32-bits systems, which is what I get paid for ...
> However, I still want to improve it on 64-bits systems, of course!

Nope, not even on 32 bit; there was nothing to save.  There's nothing
we can do with it on 64-bit, unfortunately.

Neil.


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