Files
semi-libc/src/malloc
Rich Felker afd209deb7 workaround gcc got-register-reload performance problems in malloc
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.
2012-09-14 23:52:51 -04:00
..
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00