This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

S/390 patch for initfini and memcopy/bcopy.





Hi,
we found a bug in the 64 bit version of initfini and I did some
optimizations
for memcpy/bcopy. Who would have thought that a loop of mvc's is faster
then
a mvcle?! Here are the two patches and the ChangeLogs:

2001-04-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>

     * sysdeps/s390/s390-64/initfini.c: Fix __gmon_start__ GOT access.

(See attached file: initfini.diff)

2001-04-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>

     * sysdeps/s390/s390-32/bcopy.S: Optimize for speed.
     * sysdeps/s390/s390-64/bcopy.S: Likewise.
     * sysdeps/s390/s390-32/mempcy.S: Likewise.
     * sysdeps/s390/s390-64/memcpy.S: Likewise.

(See attached file: mvc.diff)

blue skies,
   Martin

Linux/390 Design & Development, IBM Deutschland Entwicklung GmbH
Schönaicherstr. 220, D-71032 Böblingen, Telefon: 49 - (0)7031 - 16-2247
E-Mail: schwidefsky@de.ibm.com

initfini.diff

mvc.diff


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