Thread (2 messages) flat view 2 messages, 2 authors, 2017-09-22

Re: [Intel-wired-lan] [PATCH] i40e: make const array patterns static, reduces object code size

From: Jesse Brandeburg <hidden>
Date: 2017-09-22 16:44:39
Also in: intel-wired-lan, kernel-janitors, lkml

On Fri, 22 Sep 2017 15:11:38 +0100
Colin King [off-list ref] wrote:
From: Colin Ian King <redacted>

Don't populate const array patterns on the stack, instead make it
static. Makes the object code smaller by over 60 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
   1953	    496	      0	   2449	    991	i40e_diag.o

After:
   text	   data	    bss	    dec	    hex	filename
   1798	    584	      0	   2382	    94e	i40e_diag.o

(gcc 6.3.0, x86-64)

Signed-off-by: Colin Ian King <redacted>
Looks good, thanks Colin!

Acked-by: Jesse Brandeburg <redacted>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help