This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Code Bloat g++
- To: gcc at gcc dot gnu dot org
- Subject: Code Bloat g++
- From: Neelakanth Nadgir <NEELAKANTH dot NADGIR at SUN dot COM>
- Date: Tue, 15 Feb 2000 11:50:39 -0800
Hi,
I am not sure if this is the right place to discuss this, but I am
seeing massive code bloat with g++ 2.95.2
The unstripped exe is 3x larger.
flags " -O3" unstripped -- 185K
same exe after stripping -- 57K
The code is the oopack benchmark program available at
http://www.kai.com/oopack/oopack.html
thanks,
-neelakanth