[Bug libfortran/20278] Performance regression in formatted output vs. g77
Thomas dot Koenig at online dot de
gcc-bugzilla@gcc.gnu.org
Thu Mar 3 20:28:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list