Hi Colin,
> Don't populate the array extension_sig on the stack but instead make it
> static. Makes the object code smaller by 75 bytes:
>
> Before:
> text data bss dec hex filename
> 14325 4920 0 192454b2d drivers/bluetooth/btrtl.o
>
> After:
> t
From: Colin Ian King
Don't populate the array extension_sig on the stack but instead make it
static. Makes the object code smaller by 75 bytes:
Before:
textdata bss dec hex filename
143254920 0 192454b2d drivers/bluetooth/btrtl.o
After:
textdata b
From: Colin Ian King
Don't populate the array extension_sig on the stack but instead make it
static. Makes the object code smaller by 59 bytes:
Before:
textdata bss dec hex filename
143664920 0 192864b56 linux/drivers/bluetooth/btrtl.o
After:
textdata
3 matches
Mail list logo