decompress BSS size

Rob Landley rob at landley.net
Thu May 11 15:23:27 UTC 2006


On Thursday 27 April 2006 5:02 am, Vladimir N. Oleynik wrote:
> Result:
> After change
>
> -static long int htab[HSIZE];
> +static /* long int */ unsigned char htab[HSIZE]; /* long for compress only
> */
>
> BSS size reduced to 401k.

I'd actually meant to move both of those to malloc() rather than static 
allocations (it's a longstanding item on my todo list), but reducing the size 
is still good anyway.

Applied.

Thanks,

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list