Code Bloat g++

Alexandre Oliva oliva@lsd.ic.unicamp.br
Tue Feb 15 12:30:00 GMT 2000


On Feb 15, 2000, Neelakanth Nadgir <NEELAKANTH.NADGIR@SUN.COM> wrote:

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

So it's not *code* bloat, it's just the debugging information, with
large symbol names, that take up a lot of space.  -fsquangle should
make them smaller, but you'll have to rebuild the whole libstdc++.

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaraná
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me



More information about the Gcc mailing list