This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug libc/19759] mempcpy shouldn't be inlined


https://sourceware.org/bugzilla/show_bug.cgi?id=19759

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com

--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
I believe this issue should also extend to the following arches which have
optimized mempcpy and would benefit from the compiler optimization which
reduces register pressure.

* i386/i586/i686
* ppc32/ppc64

For s390 we need an optimized mempcpy to be implemented to gain back that
callee saved register before we disable the inlining. For s390 I've filed bug
19765 and asked Stefan Liebler (IBM) to review.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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