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

They can just profile to find out which functions in their program are consuming the most CPU. Finding if these functions do have any bound checks, and if so, writing the single line of code required to tell the compiler "trust me, it is impossible for this index to ever be out-of-bounds, a bound check is not necessary".

If they are right, and bound checks are the issue, doing this should recover the performance difference.



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

Search: