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/17097] Large DATA initialization terminally slow


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-19 11:36 -------
Confirmed.

Here are some timings. The first column is the array length:
4000:    1.0s
5000:    2.1s
6000:    3.5s
7000:    5.0s
8000:    7.0s
9000:    9.0s
10000:  11.5s
11000:  14.0s
12000:  17.0s

This is worse than quadratic! Only assuming quadratic behavior, the original
example would take about 2 days on my machine.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-19 11:36:53
               date|                            |
            Summary|Large DATA initialization   |Large DATA initialization
                   |broken or terminally slow   |terminally slow


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


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