diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-11 12:43:20 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-11 12:43:20 +0000 |
commit | 32aacd89ba6074885a2af7bf27cb9c768c7523ac (patch) | |
tree | 23323c137ee0ae33bdecae76c9a32e47541a2191 /du.c | |
parent | 0c7155877d7ffa0dd2708f5d8c6d2aa3414d81e8 (diff) | |
download | busybox-w32-32aacd89ba6074885a2af7bf27cb9c768c7523ac.tar.gz busybox-w32-32aacd89ba6074885a2af7bf27cb9c768c7523ac.tar.bz2 busybox-w32-32aacd89ba6074885a2af7bf27cb9c768c7523ac.zip |
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";'
git-svn-id: svn://busybox.net/trunk/busybox@364 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'du.c')
0 files changed, 0 insertions, 0 deletions