]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15068 : erickt/rust/mem-inline, r=pcwalton
authorbors <bors@rust-lang.org>
Mon, 23 Jun 2014 00:11:39 +0000 (00:11 +0000)
committerbors <bors@rust-lang.org>
Mon, 23 Jun 2014 00:11:39 +0000 (00:11 +0000)
This is a couple micro-optimizations I've been sitting on for a while. This inlines a couple functions that are important to the `std::io::mem`. Ultimately, this results in about a 15% performance increase in some micro-benchmarks for my [libserialize](https://github.com/erickt/rust-serde) rewrite.


Trivial merge