This is the mail archive of the gcc-bugs@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]

[Bug c++/10760] Compile time increases quadratically with struct size


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10760



------- Additional Comments From pinskia@physics.uc.edu  2003-05-23 04:37 -------
C++ is almost as fast as C in 3.4 already for this testcase.
[zhivago2:~/src/gccPRs/10760] pinskia% time g++  -S  big.c
6.890u 0.260s 0:07.29 98.0%     0+0k 0+7io 0pf+0w
[zhivago2:~/src/gccPRs/10760] pinskia% time gcc -S big.c
6.340u 0.290s 0:06.75 98.2%     0+0k 0+0io 0pf+0w
where big.c is generated by sh biggen.sh 10000 > big.c

1020:
[zhivago2:~/src/gccPRs/10760] pinskia% time g++ -S big.c
8.060u 0.330s 0:08.61 97.4%     0+0k 0+0io 0pf+0w
[zhivago2:~/src/gccPRs/10760] pinskia% time gcc -S big.c
7.510u 0.350s 0:08.02 98.0%     0+0k 0+2io 0pf+0w



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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