John Beppu
c1dc5d9473
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";'
2000-02-11 12:43:20 +00:00
..
2000-02-08 19:58:47 +00:00
2000-02-08 19:58:47 +00:00
2000-02-08 19:58:47 +00:00
2000-02-11 12:43:20 +00:00
2000-02-08 19:58:47 +00:00
2000-02-08 19:58:47 +00:00
2000-02-08 19:58:47 +00:00
2000-02-09 04:16:43 +00:00
2000-02-08 19:58:47 +00:00
2000-02-08 19:58:47 +00:00
2000-02-09 04:16:43 +00:00
2000-02-09 04:16:43 +00:00