This is the mail archive of the gcc-bugs@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: exception storage overhead


> Why does the use of exceptions cause a trivial 11K program to jump to 
> 119K.  What could possibly be involved in the exception overhead that would 
> require 109K of code?

Thanks for your bug report. Please have a look at the section
"Reporting Bugs" of the gcc compiler, at least in case you meant to
report a bug instead of asking a question.

IOW, I can't reproduce your problem. On i586-pc-linux-gnu, with gcc
2.95.2, the executable I get for your code is 4068 bytes in size.

Regards,
Martin

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