bzip2: size reduction, to just below 9k.

This commit is contained in:
Denis Vlasenko
2007-10-14 00:43:01 +00:00
parent 77f1ec1b9b
commit ef3aabe906
7 changed files with 376 additions and 457 deletions

View File

@@ -68,7 +68,7 @@ in the file LICENSE.
/*---------------------------------------------------*/
static
void BZ2_hbMakeCodeLengths(UChar *len,
void BZ2_hbMakeCodeLengths(uint8_t *len,
int32_t *freq,
int32_t alphaSize,
int32_t maxLen)
@@ -163,7 +163,7 @@ void BZ2_hbMakeCodeLengths(UChar *len,
/*---------------------------------------------------*/
static
void BZ2_hbAssignCodes(int32_t *code,
UChar *length,
uint8_t *length,
int32_t minLen,
int32_t maxLen,
int32_t alphaSize)