This is the mail archive of the libc-hacker@cygnus.com 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]

"few" change


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


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