Re: [PATCH] dccp: make const array error_code static

2017-07-13 Thread David Miller
From: Colin King Date: Thu, 13 Jul 2017 12:22:24 +0100 > From: Colin Ian King > > Don't populate array error_code on the stack but make it static. Makes > the object code smaller by almost 250 bytes: > > Before: >text data bss dec hex filename > 10366 983

[PATCH] dccp: make const array error_code static

2017-07-13 Thread Colin King
From: Colin Ian King Don't populate array error_code on the stack but make it static. Makes the object code smaller by almost 250 bytes: Before: textdata bss dec hex filename 10366 983 0 113492c55 net/dccp/input.o After: textdata bss dec h