Signed overflow optimization hazards in the kernel
Signed overflow optimization hazards in the kernel
Posted Aug 16, 2012 7:13 UTC (Thu) by stevenb (guest, #11536)Parent article: Signed overflow optimization hazards in the kernel
`-fwrapv'
This option instructs the compiler to assume that signed arithmetic
overflow of addition, subtraction and multiplication wraps around
using twos-complement representation. This flag enables some
optimizations and disables others. This option is enabled by
default for the Java front-end, as required by the Java language
specification.
Posted Aug 16, 2012 13:28 UTC (Thu)
by PaulMcKenney (✭ supporter ✭, #9624)
[Link]
Signed overflow optimization hazards in the kernel
