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]

Significantly smaller binary sizes today


Today I noticed that some template-heavy C++ project code of mine shrank
from 4.5 MB in size (GCC 2.95, GCC 3.0 and GCC 3.1 and mainline CVS until
recently) to less than 1 MB using current mainline.

That is a reduction by a factor of nearly 5 for a binary generated with
-O3 -DNDEBUG -static and stripped!

That's truely amazing -- any ideas who the "culprit" might be?

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/




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