This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Extremely long compile times


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]