Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It could do that, but it doesn't have to. A common example is "a variable is set inside a loop and used outside it"; if the loop runs zero times, the variable will be used uninitialized, but the fastest compilation will assume that the loop runs at least once and read the value from whatever register/memory location the loop writes into.


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

Search: