Hacker News
new
past
comments
ask
show
jobs
points
by
ozgrakkurt
10 hours ago
|
comments
by
uecker
8 hours ago
|
[-]
That makes me worry that you code actually has more issues because with small _BitInt you would run into signed overflow more often.
reply
by
ozgrakkurt
7 hours ago
|
parent
|
[-]
I use "-fno-strict-overflow" so it shouldn't be ub in any case. Also basically never use signed integers and I always use "checked" methods for doing aritmetic except performance critical loops.
reply