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 middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time



------- Comment #6 from jakub at gcc dot gnu dot org  2010-08-21 15:56 -------
On the trunk this takes (--enable-checking=release)

time ./cc1 -g -O2 -quiet directx.i

real    2m49.038s
user    2m48.489s
sys     0m0.268s

here.  As InitAdapters is quite large, with more than thousand calls in it,
this isn't very surprising.


-- 


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


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