This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [PATCH] PR fortran/31593: Speed up loops with DO variables as procedure arguments


Tobias,

> I assume the slowdown happens only with -fwhole-file?

Sorry to have been clear enough, the slowdown occurs with your
patch without using -fwhole-file. What I have noticed is the
same signature for the slowdown: a huge increase in calling
pow().

You can check it by using your favorite profiling tool on the
executable for air.f90 with/without your patch.

Cheers

Dominique


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