This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/20278] Performance regression in formatted output vs. g77
- From: "Thomas dot Koenig at online dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Mar 2005 20:27:38 -0000
- Subject: [Bug libfortran/20278] Performance regression in formatted output vs. g77
- References: <20050302082552.20278.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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