On 08/30/2017 01:32 AM, Colin King wrote:
From: Colin Ian King
Don't populate the arrays on the stack, instead make them static.
Makes the object code smaller by over 950 bytes:
Before:
text data bss dec hex filename
26144 18768 352 45264b0d0 dri
From: Colin Ian King
Don't populate the arrays on the stack, instead make them static.
Makes the object code smaller by over 950 bytes:
Before:
textdata bss dec hex filename
26144 18768 352 45264b0d0 drivers/hwmon/asc7621.o
After:
textdata bss dec
2 matches
Mail list logo