Y
Hacker News
new
|
ask
|
show
|
jobs
by
Dylan16807
1599 days ago
What should happen if you store "a+b" in an intermediate value?
1 comments
xaduha
1599 days ago
If it is used and there's no way around it, then show a compilation warning that there might be overflow. If it can be resolved without being directly used, then it should be optimized away.
link