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: increase in object code size



> You might check to see whether -fno-exceptions has an effect.

On 80386, -fno-exceptions reduces size by about 25%.  "size -f" on
SVR4 and similar systems will show the size by section; you should see
an exception section (.eh_frame) about 30% as large as the code
section.  This is present even in C code which doesn't use exceptions.



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