Hacker News new | past | comments | ask | show | jobs | submit login

That doesn’t sound like sound logic to me. The compiler assumes that at the point you have the arithmetics, they won’t overflow. This hinges upon all the former state of the program. If it can prove that the given integers won’t overflow (e.g. due to a previous, redundant check) then it can indeed remove a conditional, but the compiler can’t change the observable behavior of the program.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: