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]

better performance on 64-bit mingw


I noticed that eoshift, pack, and unpack run several times as fast on mingw 64-bit, compared with cygwin 32-bit or linux 32 and 64-bit (on Core 2 Duo).  Profiling on linux 64-bit, I see the time is spent in non-optimized memcpy().  Is this a recognized finding?
Maybe it won't be so bad on other CPUs.  I will try to see if it is possible to build libgfortran with another memcpy().
Tim Prince


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