This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Faster compilation speed
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Geoff Keating <geoffk at geoffk dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 13 Aug 2002 18:10:33 -0400
- Subject: Re: Faster compilation speed
>>>>> Geoff Keating writes:
Geoff> Could you try with -fsyntax-only?
Source I/D$ miss -O2 I/D$ miss -O0 I/D$ miss -fsyntax-only
------------ ------------- ------------- -----------------------
reload.c 22 22 23
reload1.c 25 22 23
insn-recog.c 29 23 26
David