workaround gcc got-register-reload performance problems in malloc
authorRich Felker <dalias@aerifal.cx>
Sat, 15 Sep 2012 03:52:51 +0000 (23:52 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 15 Sep 2012 03:52:51 +0000 (23:52 -0400)
with this patch, the malloc in libc.so built with -Os is nearly the
same speed as the one built with -O3. thus it solves the performance
regression that resulted from removing the forced -O3 when building
libc.so; now libc.so can be both small and fast.


No differences found