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 /coreutils | |
parent | 716f3f612e62c55edd052b505a86e4e2e09074a5 (diff) | |
download | busybox-b9542cb2cee6d3b5984a7c82d7aec4a4556d2fe1.tar.gz |
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 'coreutils')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 6a532fa9d..6aba0f6bb 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c @@ -521,7 +521,7 @@ check_and_close(void) S_ORIG is solely for reporting errors. It should be the full format string argument. */ -static const char * +static NOINLINE const char * decode_one_format(const char *s_orig, const char *s, struct tspec *tspec) { enum size_spec size_spec; |