--- Comment #7 from tbm at cyrius dot com 2007-10-27 17:52 ---
So scheduling 2 has gone from 2.5 to 19.36 seconds from 20070811 to
20071020 (both with checking enabled).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33922
--- Comment #6 from tbm at cyrius dot com 2007-10-27 17:50 ---
As a comparison, here is what I get with 20070811:
(sid)[EMAIL PROTECTED]:~/x$ /usr/lib/gcc-snapshot/bin/gcc -c -O3 -ftime-report
slow.c
Execution times (seconds)
garbage collection: 0.06 ( 2%) usr 0.00 ( 0%) sys
--- Comment #5 from tbm at cyrius dot com 2007-10-27 16:44 ---
Oops, I forgot to add the testcase:
typedef enum
{
ST_TiemanStyle,
}
BrailleDisplay;
static int pendingCommand;
static int currentModifiers;
typedef struct
{
int (*updateKeys) (BrailleDisplay * brl, int *keyPressed);
}
P
--- Comment #4 from tbm at cyrius dot com 2007-10-27 16:13 ---
Maybe something for Maxim to look at?
--
tbm at cyrius dot com changed:
What|Removed |Added
--- Comment #3 from tbm at cyrius dot com 2007-10-27 16:07 ---
(In reply to comment #1)
> -ftime-report output please?
(sid)[EMAIL PROTECTED]:~/x$ /usr/lib/gcc-snapshot/bin/gcc -c -O3 -ftime-report
slow.c
Execution times (seconds)
garbage collection: 0.05 ( 0%) usr 0.00 ( 0%)
--- Comment #2 from tbm at cyrius dot com 2007-10-27 16:03 ---
compile times:
20070303 0m25.928s
20070422 0m8.723s
20070515 0m7.345s
20070613 0m8.996s
20070811 0m8.172s
20070916 0m24.503s
20071020 0m34.445s
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33922
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-10-27 15:48 ---
-ftime-report output please?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33922