diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-10 14:32:05 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-10 14:32:05 +0200 |
commit | d3dbf4ac05e969b6648faea282df6dec7051e315 (patch) | |
tree | 0d4c3c5afa2e38dd74dc272a785d1192e9575fed /util-linux | |
parent | 53b2fdcdba4ced600da963147be425a21d0f6e53 (diff) | |
download | busybox-w32-d3dbf4ac05e969b6648faea282df6dec7051e315.tar.gz busybox-w32-d3dbf4ac05e969b6648faea282df6dec7051e315.tar.bz2 busybox-w32-d3dbf4ac05e969b6648faea282df6dec7051e315.zip |
*: add more beneficial NOINLINEs
function old new delta
dec_main - 1729 +1729 -41 bytes
fallbackQSort3 - 671 +671 -70 bytes
verify_sun - 481 +481 -107 bytes
verify 1330 742 -588
fallbackSort 1469 728 -741
unpack_xz_stream 2306 536 -1770
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 0/3 up/down: 2881/-3099) Total: -218 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/fdisk_sun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk_sun.c b/util-linux/fdisk_sun.c index 66e434833..5b7760e8c 100644 --- a/util-linux/fdisk_sun.c +++ b/util-linux/fdisk_sun.c | |||
@@ -403,7 +403,7 @@ verify_sun_cmp(int *a, int *b) | |||
403 | return -1; | 403 | return -1; |
404 | } | 404 | } |
405 | 405 | ||
406 | static void | 406 | static NOINLINE void |
407 | verify_sun(void) | 407 | verify_sun(void) |
408 | { | 408 | { |
409 | unsigned starts[8], lens[8], start, stop; | 409 | unsigned starts[8], lens[8], start, stop; |