"few" change
Ulrich Drepper
drepper@cygnus.com
Wed Apr 28 23:16:00 GMT 1999
I've just finished checking in a "few" changes. These are
optimization changes I've done whenever I had a bit of time. There
are three main categories:
- avoid initializing with zero (.bss is initialized this way)
- avoid array of string pointers (which leads to getting the constant
array in .data and lots of relocations)
- other optimization; I mainly looked over several of the functions
and improved them a bit. This is also how I found the fnmatch()
failures
I don't think anything is broken. If it is you know where to complain.
--
---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com `------------------------
More information about the Libc-hacker
mailing list