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]

Re: Local optimization on i386 ?


On Wed, Dec 01, 1999 at 12:55:38AM +0100, Jamie Lokier wrote:
> And tons of wasted space in the stack frame -- is
> GCC aligning every 4 byte structure to 16 bytes for a reason?

No it isn't.  But you may well have gotten stack slots allocated
for variables that were subsequently optimized away.  We can't
currently compact the stack frame when this happens.


r~


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