Signed overflow optimization hazards in the kernel
Signed overflow optimization hazards in the kernel
Posted Aug 16, 2012 13:28 UTC (Thu) by PaulMcKenney (✭ supporter ✭, #9624)In reply to: Signed overflow optimization hazards in the kernel by stevenb
Parent article: Signed overflow optimization hazards in the kernel
Very cool, thank you for the info! Very welcome information, especially in light of the fact that the kernel compiles at -O2, not -O1 as I incorrectly stated. Apparently -fwrapv has also made its way into other compilers' command lines as well, including that of clang.
