diff options
| author | Colin Ian King <[email protected]> | 2019-09-06 12:33:56 +0100 | 
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2019-09-11 09:10:46 -0700 | 
| commit | 64d8db7dcf683f92c9c87cb528626804f261c5ee (patch) | |
| tree | 6eab4227fca158252308aab58ddf25b269929f2c /tools/perf/scripts/python/syscall-counts.py | |
| parent | c5c922b3e09b6e5eeb9cd2b1122f3e49c0bf2283 (diff) | |
net/ixgbevf: make array api static const, makes object smaller
Don't populate the array API on the stack but instead make it
static const. Makes the object code smaller by 58 bytes.
Before:
   text	   data	    bss	    dec	    hex	filename
  82969	   9763	    256	  92988	  16b3c	ixgbevf/ixgbevf_main.o
After:
   text	   data	    bss	    dec	    hex	filename
  82815	   9859	    256	  92930	  16b02	ixgbevf/ixgbevf_main.o
(gcc version 9.2.1, amd64)
Signed-off-by: Colin Ian King <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions