On 10/07/17 21:59, Jonathan Cameron wrote:
> On Mon, 10 Jul 2017 17:56:16 +0100
> Colin King wrote:
>
>> From: Colin Ian King
>>
>> Don't populate array startup_lookup on the stack but instead make
>> it static. Makes the object code smaller. Also add in missing 'int' type
>> specifier to clea
On Mon, 10 Jul 2017 17:56:16 +0100
Colin King wrote:
> From: Colin Ian King
>
> Don't populate array startup_lookup on the stack but instead make
> it static. Makes the object code smaller. Also add in missing 'int' type
> specifier to clean up a checkpatch warning.
>
> Before:
>text
From: Colin Ian King
Don't populate array startup_lookup on the stack but instead make
it static. Makes the object code smaller. Also add in missing 'int' type
specifier to clean up a checkpatch warning.
Before:
textdata bss dec hex filename
102972800 128 13225
On Fri, 7 Jul 2017 17:08:35 +0100
Colin King wrote:
> From: Colin Ian King
>
> Making the const array startup_lookup static rather having it on the
> stack saves 69 bytes. Add in missing int specifier to clean up a
> checkpatch warning.
>
> Before:
>text data bss dec
From: Colin Ian King
Making the const array startup_lookup static rather having it on the
stack saves 69 bytes. Add in missing int specifier to clean up a
checkpatch warning.
Before:
textdata bss dec hex filename
102972800 128 1322533a9 drivers/iio/adc/at91-sam
5 matches
Mail list logo