[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <5236E589-503D-4845-B4BF-EAD9EF4461B0@holtmann.org>
Date: Sat, 6 Jan 2018 17:42:59 +0100
From: Marcel Holtmann <marcel@...tmann.org>
To: Colin King <colin.king@...onical.com>
Cc: Johan Hedberg <johan.hedberg@...il.com>,
"open list:BLUETOOTH DRIVERS" <linux-bluetooth@...r.kernel.org>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Bluetooth: bpa10x: make array 'req' static, shrinks
object size
Hi Colin,
> Don't populate the const read-only array 'req' on the stack but instead
> make it static. Makes the object code smaller by over 40 bytes:
>
> Before:
> text data bss dec hex filename
> 8497 3408 128 12033 2f01 linux/drivers/bluetooth/bpa10x.o
>
> After:
> text data bss dec hex filename
> 8366 3496 128 11990 2ed6 linux/drivers/bluetooth/bpa10x.o
>
> (gcc version 7.2.0 x86_64)
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> drivers/bluetooth/bpa10x.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
patch has been applied to bluetooth-next tree.
Regards
Marcel
Powered by blists - more mailing lists