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: [RFA:] PR objc/6107, libobjc/objc/objc-api.h: Make protocols_listcount size_t, 64-bit big-endians


On Mon, Apr 08, 2002 at 07:03:37PM -0700, Stan Shebs wrote:
> On the other hand, people using 64-bit systems are
> used to wasting space everywhere :-), and maybe there would be
> an alignment advantage,

And indeed, the count is sandwiched between two pointers,
so 8 bytes will be used there anyway.


r~


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