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 rtl-optimization/30367] gfortran compile times excessive for routines with large numbers of local variables



------- Comment #20 from pinskia at gcc dot gnu dot org  2007-01-24 03:41 -------
I should mention that the extra compile time spend with a --enable-checking
build is internal checking in the compiler can be expensive at some points
causing these compile time explosions.  For an example, a checking alogorthim
might be 2^x while the normal code is x^2.


-- 


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


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