mirror of https://git.musl-libc.org/git/musl
Browse Source
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.rs-1.0
1 changed files with 8 additions and 4 deletions
Loading…
Reference in new issue