[musl] bbox: musl versus uclibc
Denys Vlasenko
vda.linux at googlemail.com
Mon Aug 14 22:13:31 UTC 2017
On Mon, Aug 14, 2017 at 8:48 PM, Rich Felker <dalias at libc.org> wrote:
>> Now, the good news - musl has smaller data!
>> 6695 bytes versus 7129 bytes for uclibc:
>>
>> text data bss dec hex filename
>> 894902 465 6664 902031 dc38f busybox.uclibc
>> 912538 563 6132 919233 e06c1 busybox.musl
>
> Probably getpw*/getgr* static buffers or something. musl's backend for
> these just uses the buffer out of getline so as not to impose cost in
> apps that don't need the legacy (non-_r) functions or an arbitrary
> limit on record length.
>
> It would be interesting to know where the text size increase comes
> from.
See attached (only musl data is in the file).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: busybox_unstripped.map.data
Type: application/octet-stream
Size: 7510 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20170815/4adf5c48/attachment.obj>
More information about the busybox
mailing list