mirror of
git://git.musl-libc.org/musl
synced 2024-12-22 22:53:49 +00:00
afd209deb7
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. |
||
---|---|---|
.. | ||
__brk.c | ||
aligned_alloc.c | ||
calloc.c | ||
DESIGN | ||
lite_malloc.c | ||
malloc.c | ||
memalign.c | ||
posix_memalign.c |