diff options
author | Colin Ian King <[email protected]> | 2017-08-25 17:32:06 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-08-29 13:30:16 +0200 |
commit | 3308376a914b9c3f57a12072c063814403d983a8 (patch) | |
tree | 58cff2ef8784678599f087b9184976e8e67398af /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | db46e14f8a3c2657b8f777d422d7dfc7e61e52e9 (diff) |
x86/platform/intel-mid: Make several arrays static, to make code smaller
Don't populate arrays on the stack, instead make them static.
Makes the object code smaller by 76 bytes:
Before:
text data bss dec hex filename
4217 1540 128 5885 16fd arch/x86/platform/intel-mid/pwr.o
After:
text data bss dec hex filename
3981 1700 128 5809 16b1 arch/x86/platform/intel-mid/pwr.o
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Lukas Wunner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions