diff options
author | Denys Vlasenko | 2018-02-03 22:52:11 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-02-03 22:52:55 +0100 |
commit | 0e60a36c929e57e47d5de8e1ac0e53d4ec185a70 (patch) | |
tree | 7b4d97fa01ff39c203efd36863c6653b3afb3a11 /archival/libarchive/bz/bzlib_private.h | |
parent | 86be6d5ba9df8b8237a8c3edc2a844aaa63bd559 (diff) | |
download | busybox-0e60a36c929e57e47d5de8e1ac0e53d4ec185a70.zip busybox-0e60a36c929e57e47d5de8e1ac0e53d4ec185a70.tar.gz |
bzip2: move runningOrder[] back to stack - 256 bytes is not much
function old new delta
mainSort 1119 1108 -11
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/libarchive/bz/bzlib_private.h')
-rw-r--r-- | archival/libarchive/bz/bzlib_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/libarchive/bz/bzlib_private.h b/archival/libarchive/bz/bzlib_private.h index 8b8bbe3..ef75ef0 100644 --- a/archival/libarchive/bz/bzlib_private.h +++ b/archival/libarchive/bz/bzlib_private.h @@ -196,7 +196,6 @@ typedef struct EState { int32_t BZ2_hbMakeCodeLengths__weight[BZ_MAX_ALPHA_SIZE * 2]; int32_t BZ2_hbMakeCodeLengths__parent[BZ_MAX_ALPHA_SIZE * 2]; - uint8_t mainSort__runningOrder[256]; int32_t mainSort__copyStart[256]; int32_t mainSort__copyEnd[256]; } EState; |