Hacker News new | ask | show | jobs
by kryptiskt 490 days ago
It doesn't have to prove absence of overflow since that is undefined behavior in C and thus modern compilers assume it can never happen.
1 comments

Great point.