diff options
| author | Colin Ian King <[email protected]> | 2017-07-10 14:29:47 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-07-19 15:53:14 -0400 |
| commit | 86026abf47b245a2d642f5407ec26659f91e499b (patch) | |
| tree | de0763810fea47b72c5cf0a77576a347b84400e7 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 74dcb29a38e4419a8e4217caa7e35ccc1b31e5a4 (diff) | |
media: smiapp: make various const arrays static
Don't populate const arrays on the stack but instead make them static.
Makes the object code smaller and saves nearly 550 bytes.
Before:
text data bss dec hex filename
3638 752 0 4390 1126 smiapp-quirk.o
After:
text data bss dec hex filename
2802 1040 0 3842 f02 smiapp-quirk.o
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions