Y
Hacker News
new
|
ask
|
show
|
jobs
by
vinkelhake
1637 days ago
Runtime checks for
signed
overflow can be enabled with -ftrapv in GCC and clang. Having this option open is why some people prefer to use signed integers over unsigned.