On Sat, Aug 31, 2013 at 5:21 PM, Corey Richardson <[email protected]> wrote:
> https://github.com/mozilla/rust/wiki/Meeting-weekly-2013-08-27#llvm-asserts
> discusses disabling LLVM assertions. I don't think it just risks
> segfaults, doesn't it also run the risk of invalid codegen for
> incorrect uses?
>

It does all of these things yes. It costs, last I checked, about 5-10%
of compile time in clang to leave assertions on as well as some
additional code size. If another data point is useful here the
chromium guys leave asserts on in the clang toolchain they use.

-eric
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to