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]
Other format: [Raw text]

Re: C++ exception code size / recommended practice


On Thursday 10 April 2003 18:43, you wrote:
> Are you on x86? Have you tried the gcc-3.2.x series, and is it comparable?

On x86. I have compiled it with gcc 3.2.2 and a newer 3.3 snapshot, it's a 
somewhat smaller:

gcc 3.2.2, without exceptions 343964 bytes
gcc 3.2.2, with exceptions 485164 bytes
gcc 3.3 prerelease 20030407, without exceptions 353400 bytes
gcc 3.3 prerelease 20030407, with exceptions 507208 bytes

bye...


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