[PATCH] Two trivial space savers: cmp.c and uname.c
Denis Vlasenko
vda.linux at googlemail.com
Sat Apr 7 04:02:08 PDT 2007
On Friday 06 April 2007 02:11, Mats Erik Andersson wrote:
> Hi there,
>
> replacing two static string constants for
> macro strings, saves a mediocre 3 + 8 bytes.
> Not much, but could be considered.
I'm afraid not. bloatcheck simply don't see anonymous
const strings, but they are still there in rodata.
do "size old.o new.o" and you will see.
--
vda
More information about the busybox
mailing list