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/41193] [4.5 Regression] slow compilation with graphite



------- Comment #4 from jv244 at cam dot ac dot uk  2009-08-31 10:50 -------
(In reply to comment #3)
> On the 4.4 branch with -fgraphite?  

yes, that is correct, i.e. with the 4.4 branch the 

gfortran -fgraphite -c -O2 -ffast-math -funroll-loops -ftree-vectorize
-march=native -ftime-report tmp.f90

command (thus including -fgraphite) takes about 4s seconds, while the same
command line takes about 371s with 4.5.

as explained by Sebastian in PR40965, this might be due to the fact that
graphite recognizes now more loop constructs.


-- 


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


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