This is the mail archive of the gcc@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] |
On Tuesday, August 13, 2002, at 02:29 PM, Mike Stump wrote:
:-( The biggest single culprit count wise is some aggressive checking code. The below change save 1.5 minutes of compile time out of 5 minutes on an n=20,000 case. The top of the tree is much worse than a gcc 3.1 compiler, 5 minutes compared to 56 seconds.On Tuesday, August 13, 2002, at 10:37 AM, Marco Morandini wrote:With Version 1 of the code below the compile time at -O2 is approx a quadratic function of the number of call to pippo(a);Yes, this seems wrong. I'll take a look.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |