This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Extremely long compile times
- From: Charles <qe at dabney dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 18 Oct 2002 07:17:35 -0500 (CDT)
- Subject: Extremely long compile times
- Organization: QualiTech Engineering
I've tried this with both gcc 3.1.1 and gcc 3.2. This particular program
takes over 2 hours to compile. According to -time, 100% of the time is
spent in "cfg cleanup". The program is generated by a language converter
we are working on and contains only a "main" function with a very large
number of local variables and initializing of arrays one element at a time.
Does anyone know what could be causing this and/or what we could look for
to correct it?
TIA,
Charles