]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #83932 - lcnr:probe-perf, r=estebank
authorbors <bors@rust-lang.org>
Wed, 7 Apr 2021 12:52:33 +0000 (12:52 +0000)
committerbors <bors@rust-lang.org>
Wed, 7 Apr 2021 12:52:33 +0000 (12:52 +0000)
commitb01026de465d5a5ef51e32c1012c43927d2a111c
tree9ac626132e4f7838b5654bea775c2e4607189fc4
parent1c158b6a8b440f826d952c3a8f42bdc3f77a5ac1
parentb729815fc72bc08544c6d630cb0dacadfc6ccef3
Auto merge of #83932 - lcnr:probe-perf, r=estebank

use a `SmallVec` in `impl_or_trait_item`

#83293 showed that this is fairly hot, slightly improves max-rss and cpu cycles, does not noticeably improve instruction counts