diff options
| author | Colin Ian King <[email protected]> | 2017-09-16 16:34:24 +0100 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2017-09-20 15:47:24 +0300 |
| commit | d157bcfaf8542612fd9ffc0cbbc1e52b85157640 (patch) | |
| tree | 1c942a1e7ed472f2609f332673dbbe8a19d3d13e /tools/perf/scripts/python/stackcollapse.py | |
| parent | 85dafc12919659ec744e111b1714792cd3d0a9ca (diff) | |
mwifiex: make const arrays static to shink object code size
Don't populate const arrays on the stack, instead make them static
Makes the object code smaller by nearly 300 bytes:
Before:
text data bss dec hex filename
69260 16149 576 85985 14fe1 cfg80211.o
After:
text data bss dec hex filename
68385 16725 576 85686 14eb6 cfg80211.o
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions