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

C++ exception can be "zero cost" in the non exceptional path (for example http://llvm.org/docs/ExceptionHandling.html#itanium-abi-zero...)


Presence of exceptions still prevents some optimizations that the compiler can do otherwise like omitting frame pointer etc.




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

Search: