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: GCC 3.0 Release Criteria


>  Could the 10% increase in code size be due to changed alignment policy?

Try again with
  -malign-jumps=0 -malign-loops=0 -malign-functions=0 -mpreferred-stack-boundary=2
in the CFLAGS.  I don't remember whether 2.7.2 already had the alignment
flags, if so, pass them to that compiler as well.

Bernd


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