diff options
| author | Colin Ian King <[email protected]> | 2019-01-24 17:37:35 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-01-24 19:27:30 +0000 |
| commit | 4ffdca62e2deee7a27613571c9bd18c95b8eac84 (patch) | |
| tree | 266103b43926e245432eafced17bae0d42f285de /tools/perf/scripts/python | |
| parent | 3f6a125230d8bfcbfe0c06ff0b8eaccbc727acd7 (diff) | |
ASoC: Intel: make const arrays static, reduces object code size
Don't populate the const arrays on the stack but instead make
it static. Makes the object code smaller, for example:
Before:
text data bss dec hex filename
14107 8832 224 23163 5a7b bytcht_es8316.o
After:
text data bss dec hex filename
14015 8896 224 23135 5a5f bytcht_es8316.o
(gcc version 8.2.0 x86_64)
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions