aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_compile_commands.py
diff options
context:
space:
mode:
authorPeter Zijlstra <[email protected]>2018-12-05 11:23:56 +0100
committerIngo Molnar <[email protected]>2019-01-27 12:29:37 +0100
commitf8a696f25ba09a1821dc6ca3db56f41c264fb896 (patch)
tree79d77c0c14f8c7e4fe282e556359ce469507a3ad /scripts/gen_compile_commands.py
parent8d5d0cfb63cbcb4005e19a332b31d687b1d01e58 (diff)
sched/core: Give DCE a fighting chance
All that fancy new Energy-Aware scheduling foo is hidden behind a static_key, which is awesome if you have the stuff enabled in your config. However, when you lack all the prerequisites it doesn't make any sense to pretend we'll ever actually run this, so provide a little more clue to the compiler so it can more agressively delete the code. text data bss dec hex filename 50297 976 96 51369 c8a9 defconfig-build/kernel/sched/fair.o 49227 944 96 50267 c45b defconfig-build/kernel/sched/fair.o Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions