increase in object code size

John Carr jfc@mit.edu
Tue Sep 23 10:03:00 GMT 1997


> 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.




More information about the Gcc mailing list