Re: [PATCH] iwlegacy: make array interval static, makes object smaller

2019-10-09 Thread Kalle Valo
Colin King wrote: > From: Colin Ian King > > Don't populate the array interval on the stack but instead make it > static. Makes the object code smaller by 121 bytes. > > Before: >text data bss dec hex filename > 167797 29676 448 197921 30521 wireless/in

[PATCH] iwlegacy: make array interval static, makes object smaller

2019-10-07 Thread Colin King
From: Colin Ian King Don't populate the array interval on the stack but instead make it static. Makes the object code smaller by 121 bytes. Before: textdata bss dec hex filename 167797 29676 448 197921 30521 wireless/intel/iwlegacy/common.o After: textdata