This is the mail archive of the gcc-patches@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]

Re: [gfortran,patch] Don't call library function for string copying, take 2


Attached patch is the second take on PR fortran/28163. Instead of
generating calls to libgfortran copy_string, we emit the code
directly. As my previous mails showed, the size impact is minimal
since the code emitted is small. There is a 27%
performance impact of this on at least one of the polyhedron
benchmarks, aermod.

Bootstrapped and regtested on i686-linux. OK for mainline?

ping



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