reduced .bss size by dynmaically allocating a certain large
authorJohn Beppu <beppu@lbox.org>
Fri, 11 Feb 2000 12:43:20 +0000 (12:43 -0000)
committerJohn Beppu <beppu@lbox.org>
Fri, 11 Feb 2000 12:43:20 +0000 (12:43 -0000)
commitc1dc5d947384a338d7630e035c42a76c43eeb340
tree23323c137ee0ae33bdecae76c9a32e47541a2191
parent91f3df3c4523e70946396cefef96ac051e639132
reduced .bss size by dynmaically allocating a certain large
array instead of letting it be static.

objdump -t busybox     \
| grep .bss     \
| sed 's/^.*\.bss //' \
| grep -v ABS     \
#| perl -e 'while(<>) { @x = split; @y = reverse split(//, $x[0]); for ($i=0; $i<@y; $i++) { $s += $y[$i] * (16 ** $i); if ($y[$i] && $i > 2) { print "> $y[$i] * 16 ** $i $x[1]\n"; } } } print "$s\n";'
fsck_minix.c
util-linux/fsck_minix.c