diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-01 23:16:46 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-01 23:16:46 +0200 |
commit | b9542cb2cee6d3b5984a7c82d7aec4a4556d2fe1 (patch) | |
tree | 2bae4f90d269c8b27e87f5eead612ad8feecd59a /archival | |
parent | 716f3f612e62c55edd052b505a86e4e2e09074a5 (diff) | |
download | busybox-w32-b9542cb2cee6d3b5984a7c82d7aec4a4556d2fe1.tar.gz busybox-w32-b9542cb2cee6d3b5984a7c82d7aec4a4556d2fe1.tar.bz2 busybox-w32-b9542cb2cee6d3b5984a7c82d7aec4a4556d2fe1.zip |
deinline two big functions
function old new delta
xz_dec_lzma2_run - 1483 +1483
decode_one_format - 715 +715
decode_format_string 840 98 -742
unpack_xz_stream 4014 2377 -1637
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 0/2 up/down: 2198/-2379) Total: -181 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/libunarchive/unxz/xz_dec_lzma2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/unxz/xz_dec_lzma2.c b/archival/libunarchive/unxz/xz_dec_lzma2.c index c22dc5ba5..37de6fc32 100644 --- a/archival/libunarchive/unxz/xz_dec_lzma2.c +++ b/archival/libunarchive/unxz/xz_dec_lzma2.c | |||
@@ -915,7 +915,7 @@ static bool XZ_FUNC lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) | |||
915 | * Take care of the LZMA2 control layer, and forward the job of actual LZMA | 915 | * Take care of the LZMA2 control layer, and forward the job of actual LZMA |
916 | * decoding or copying of uncompressed chunks to other functions. | 916 | * decoding or copying of uncompressed chunks to other functions. |
917 | */ | 917 | */ |
918 | XZ_EXTERN enum xz_ret XZ_FUNC xz_dec_lzma2_run( | 918 | XZ_EXTERN NOINLINE enum xz_ret XZ_FUNC xz_dec_lzma2_run( |
919 | struct xz_dec_lzma2 *s, struct xz_buf *b) | 919 | struct xz_dec_lzma2 *s, struct xz_buf *b) |
920 | { | 920 | { |
921 | uint32_t tmp; | 921 | uint32_t tmp; |