commit | 1873e870fd63ee4b87dbe0125ca373e420fb4987 | [log] [tgz] |
---|---|---|
author | Andi Kleen <[email protected]> | Wed Mar 28 11:51:18 2012 -0700 |
committer | H. Peter Anvin <[email protected]> | Fri Mar 30 10:15:21 2012 -0700 |
tree | 2c4d4244c653e374a1d0040e581be60f614f23a7 | |
parent | 35372a7d45291140a97518a8d1c8cb0e31ee2bb7 [diff] |
debug: Add CONFIG_READABLE_ASM Add a config option to disable various gcc compiler optimizations that make assembler listings much harder to read. This is everything that reorders code significantly or creates partial functions. This is mainly to keep kernel hackers sane. Signed-off-by: Andi Kleen <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]>