mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
761ddf3e7f
The implementation of BufReader contains a lot of redundant checks. While any one of these checks is not particularly expensive to execute, especially when taken together they dramatically inhibit LLVM's ability to make subsequent optimizations.