--- Comment #9 from chaoyingfu at gcc dot gnu dot org 2006-12-01 02:00
---
Subject: Bug 28974
Author: chaoyingfu
Date: Fri Dec 1 01:57:22 2006
New Revision: 119394
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119394
Log:
Merged revisions 118791-118987 via svnmerge from
svn+
--- Comment #8 from howarth at nitro dot med dot uc dot edu 2006-11-25
04:12 ---
Are there any plans to backport this fix to the gcc 4.2 branch since it does
fix a pretty nasty performace hit?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28974
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-11-25 02:38 ---
Fixed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #6 from bdavis at gcc dot gnu dot org 2006-11-15 05:10 ---
Subject: Bug 28974
Author: bdavis
Date: Wed Nov 15 05:10:22 2006
New Revision: 118844
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118844
Log:
2006-11-15 Bud Davis <[EMAIL PROTECTED]>
PR fortran/2
--- Comment #5 from bdavis at gcc dot gnu dot org 2006-11-06 04:10 ---
patch here:
http://gcc.gnu.org/ml/fortran/2006-11/msg00148.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28974
--- Comment #4 from bdavis at gcc dot gnu dot org 2006-09-17 13:54 ---
before the patch:
$ time /usr/local/bin/gfortran -c data.f90
real3m1.263s
user3m0.519s
sys 0m0.120s
after:
$ time /usr/local/bin/gfortran -c data.f90
real0m3.215s
user0m3.052s
sys 0m0.092s
--- Comment #3 from bdavis at gcc dot gnu dot org 2006-09-16 15:00 ---
more mailing list traffic on this topic:
http://gcc.gnu.org/ml/fortran/2006-09/msg00210.html
--bud
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28974
--- Comment #2 from bdavis at gcc dot gnu dot org 2006-09-15 03:01 ---
This problem is very intriguing. For a first attempt I plan on adding a splay
tree to constructors that need 'by element' access. This may allow this
problem to be taken care of without changing every routine that u
--
bdavis at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |bdavis at gcc dot gnu dot
|dot org
--- Comment #1 from steven at gcc dot gnu dot org 2006-09-07 17:36 ---
Quadratic (or worse?) behavior
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
10 matches
Mail list logo