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 locale/24646] isspace/tolower, et cetera very slow on ppc64el


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

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

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

--- Comment #3 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to Shawn Landden from comment #2)
> I think the applications should just avoid these broken and legacy funtions.

There is probably room for optimization in glibc if you know what locale you
are using. There is a global locale object and several other locks that are
taken when changing locales. Rather than change IFUNCs you could do something
else to handle the locales differently and accelerate these operations.

So rather than RESOLVED/INVALID, this is probably just an RFE.

-- 
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]