diff options
| author | Colin Ian King <[email protected]> | 2019-09-06 18:50:21 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-09-30 21:57:55 +0200 |
| commit | 53e3a7e1d7af57f4597e6d6329f0f3d911f21e60 (patch) | |
| tree | b1900dbcea885ed67847ee18204b29313ae33c8b /tools/perf/scripts/python | |
| parent | 6f406c73037f0ce2b9e30ffcb9d44661da7b7006 (diff) | |
staging: rtl8723bs: core: make array op_class static const, makes object smaller
Don't populate the array op_class on the stack but instead make it
static const. Makes the object code smaller by 64 bytes.
Before:
text data bss dec hex filename
93553 7944 5056 106553 1a039 rtl8723bs/core/rtw_mlme_ext.o
After:
text data bss dec hex filename
93425 8008 5056 106489 19ff9 rtl8723bs/core/rtw_mlme_ext.o
(gcc version 9.2.1, amd64)
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions