We made following optimizations to glibc:
- Assembly optimized math functions
- Assembly optimized memcpy and memset functions that do use prefetch and streaming moves for
large blocks
- We found malloc implementation in glibc 2.2 to be bottleneck. malloc in glibc 2.3 solves this problem.
Jan Hubicka
2003-05-04