Files
rust/library/std
Ben Kimock 761ddf3e7f Remove some redundant checks from BufReader
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.
2022-07-24 12:50:05 -04:00
..
2022-03-22 15:14:33 -07:00
2022-07-20 08:57:36 +01:00
2022-05-26 21:11:16 +02:00