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 libfortran/20278] Performance regression in formatted output vs. g77


------- Additional Comments From Thomas dot Koenig at online dot de  2005-03-03 20:27 -------
Same thing on i686:

$ gfortran write-many.f
$ time ./a.out

real    0m5.576s
user    0m5.508s
sys     0m0.038s
$ g77 write-many.f
$ time ./a.out

real    0m3.252s
user    0m3.185s
sys     0m0.041s


-- 


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


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