Hacker News new | ask | show | jobs
by hermitdev 3373 days ago
A lot of it involves techniques for detecting that overflow will occur (without actually doing the computation - because in C/C++, once you've signed overflow, you're already into undefined behavior).