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: SIZE



  > I've recently changed from gcc2 to egcs (1.0.2), but the first and biggest 
  > difference I've found is that executable  size created by egcs is  more
  > ( and more ) bigger than executable  size created by gcc2.  Why ??
  > I'd like to know which is the reason or/and  where can I find more
  > information about this.
Use objdump -h to determine what sections are larger than before, or
to find new sections.

Some increase is expected due to the overhead for exception handling.
For C it should be relatively small.  It can be more significant for
C++.

jeff


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