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

LLVM makes trade off on enabling/disabling certain checks, including assertions and IR verification, primarily to keep compilation time acceptable in release build. The idea is that we catch as many bugs as possible in debug version of LLVM such that release version can run fast.


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

Search: