aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-02-11 12:43:20 +0000
committerJohn Beppu <beppu@lbox.org>2000-02-11 12:43:20 +0000
commitc1dc5d947384a338d7630e035c42a76c43eeb340 (patch)
tree23323c137ee0ae33bdecae76c9a32e47541a2191 /tests
parent91f3df3c4523e70946396cefef96ac051e639132 (diff)
downloadbusybox-c1dc5d947384a338d7630e035c42a76c43eeb340.tar.gz
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";'
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions