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 fortran/30367] gfortran compile times excessive with -Wall



------- Comment #4 from kargl at troutmask dot apl dot washington dot edu  2007-01-13 17:23 -------
Subject: Re:  gfortran compile times excessive with
 -Wall

Bil dot Kleb at NASA dot gov wrote:
> 
> Gfortran's compilation time is mainly due to a three routines that take on the
> order of 1/2 hour each. These routines are long (~10KLOC) and compute large
> Jacobian matrices formed from many temporary variables.
> 

Do these routines use a large number of modules?
Any possibility of sending one of the problematic
routines to us to profile the compiler?  Can you
run "gfortran -S -fmem-report -ftime-report" with
one of the files and attach the info here?


-- 


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]