public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* _l functions
@ 2004-03-14 21:16 Ulrich Drepper
  0 siblings, 0 replies; only message in thread
From: Ulrich Drepper @ 2004-03-14 21:16 UTC (permalink / raw)
  To: GNU libc hacker

Ever since the introduction of thread-local locales having two copies of
functions, normal and _l, did not make any sense anymore.  The access to
the locale data in the non-_l code is more expensive.  So I checked in a
patch which converts the _l functions in the real implementations and
the old interfaces are mere wrappers.  Benefit: there should be no
slowdown and about 10% size reduction of libc.so on x86.  On 64-bit
archs it's less since strto*l and strto*ll are the same.

This change should also address the wcstold thing HJ complaint about.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-14 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-14 21:16 _l functions Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).