On Tue, 12 Sep 2017, Colin King wrote:
> From: Colin Ian King
>
> Don't populate const arrays on the stack, instead make them
> static. Makes the object code smaller by over 1070 bytes:
>
> Before:
>text data bss dec hex filename
>3505 880 04385
From: Colin Ian King
Don't populate const arrays on the stack, instead make them
static. Makes the object code smaller by over 1070 bytes:
Before:
textdata bss dec hex filename
3505 880 043851121 drivers/usb/storage/option_ms.o
After:
textdata
2 matches
Mail list logo