*: 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>
This commit is contained in:
@@ -403,7 +403,7 @@ verify_sun_cmp(int *a, int *b)
|
||||
return -1;
|
||||
}
|
||||
|
||||
static void
|
||||
static NOINLINE void
|
||||
verify_sun(void)
|
||||
{
|
||||
unsigned starts[8], lens[8], start, stop;
|
||||
|
Reference in New Issue
Block a user