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/34554] time compiling complicated size initialization expression



------- Comment #8 from jvdelisle at gcc dot gnu dot org  2010-04-11 06:38 -------
Restoring the size check to gfortran-exp branch I get the following results
with the test case in comment #1.

Current trunk (4.6):

$ time gfc pr34554.f90

real    8m26.965s
user    8m21.252s
sys     0m2.477s
$ ./a.out 
         152   135210384

fortran-exp branch patched:

$ time gfcx pr34554.f90

real    4m44.514s
user    4m43.951s
sys     0m0.282s
$ ./a.out 
         152   135210384

This is a halving of compilation time.  Patch to follow.


-- 


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


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