Re: [PATCH] Bluetooth: btrtl: Make array extension_sig static, shrinks object size

2018-09-27 Thread Marcel Holtmann
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

[PATCH] Bluetooth: btrtl: Make array extension_sig static, shrinks object size

2018-09-26 Thread Colin King
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

[PATCH] Bluetooth: btrtl: make array extension_sig static, shrinks object size

2018-09-04 Thread Colin King
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