Re: g++ Long compile times

2010-08-14 Thread Jonathan Wakely
On 14 August 2010 14:48, Brad Bell wrote: > When I compile the program below with EXTRA_CLASS_OBJECTS equal to 0, the > compile time is about 3 seconds. When EXTRA_CLASS_OBJECTS is 1, the compile > time is about 12 seconds. This isn't really suitable for this mailing list. If you have a question

g++ Long compile times

2010-08-14 Thread Brad Bell
When I compile the program below with EXTRA_CLASS_OBJECTS equal to 0, the compile time is about 3 seconds. When EXTRA_CLASS_OBJECTS is 1, the compile time is about 12 seconds. The program is not very smart and repeats a pattern over and over (actually it is a simplification of a program that i