This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Code Bloat g++
- To: martin at loewis dot home dot cs dot tu-berlin dot de, pfeifer at dbai dot tuwien dot ac dot at
- Subject: Re: Code Bloat g++
- From: Mike Stump <mrs at windriver dot com>
- Date: Thu, 17 Feb 2000 19:35:54 -0800 (PST)
- Cc: NEELAKANTH dot NADGIR at sun dot com, gcc at gcc dot gnu dot org
> Date: Wed, 16 Feb 2000 23:29:42 +0100 (CET)
> From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
> To: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
> On Tue, 15 Feb 2000, Martin v. Loewis wrote:
> > Anyway, as Alexandre points out: this is debugging information, so
> > what is the problem?
> When compiling template-heavy C++ code with -g, GCC generates huuuuge
> .s files
Pardon me if I am repeating myself, have you tried -frepo? It can
speed things up on some codes.