diff options
| author | Colin Ian King <[email protected]> | 2018-01-06 11:03:27 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-03-06 06:05:12 -0500 |
| commit | 79d6e6e6581cc5397cb179dd2a442d18e423897a (patch) | |
| tree | 4c024ff4e2a46256c7fbc1bcc48ce8411973f471 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | c00ba2c1230042e2c46f1466c20f395cab0d9b11 (diff) | |
media: exynos4-is: make array 'cmd' static, shrinks object size
Don't populate the const read-only array 'cmd' on the stack but instead
make it static. Makes the object code smaller by 38 bytes:
Before:
text data bss dec hex filename
4950 868 0 5818 16ba fimc-is-regs.o
After:
text data bss dec hex filename
4824 956 0 5780 1694 fimc-is-regs.o
(gcc version 7.2.0 x86_64)
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions