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: linux 2.1.117 built with egcs-1.1 19980823



  In message <k21zq6ikf4.fsf@zero.aec.at>you write:
  > >> 2.7.2.3 options: -O2 -m486 -fno-strength-reduce -malign-loops=2 
  > >> -malign-functions=2 -malign-jumps=2 -fomit-frame-pointer
  > >> egcs options:	-O2 -mpentiumpro -fno-strength-reduce -fomit-frame-poin
  > > Could be alignment related.  egcs aligns code according to intel's
  > > recommendations, which may (or may not) account for some increase.
  > 
  > Alignment explains about 4k (tested by using the same -malign-* options 
  > like with 2.7.2)
You might try -fno-gcse to see if that accounts for some of the increase in
space.  Our global cse code will tend to make stuff bigger in attempt
to make it faster.

  > -m486 vs -mpentiumpro makes no difference (???)
I wouldn't expect a significant difference.  Some aspects of the
PPro will make code smaller while other aspects will made code
larger.

jeff


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