C++ exception code size / recommended practice

Tim Jansen ml@tjansen.de
Thu Apr 10 20:35:00 GMT 2003


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



More information about the Gcc mailing list