This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: exception storage overhead
- To: ersmith at ucsd dot edu
- Subject: Re: exception storage overhead
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 30 May 2000 08:33:47 +0200
- CC: bug-gcc at gnu dot org
- References: <4.2.0.58.20000529230150.00bdc810@popmail.ucsd.edu>
> 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