about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/graph.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-11-26 21:35:53 +0000
committerbors <bors@rust-lang.org>2021-11-26 21:35:53 +0000
commitccce98535bd51687554be8a209b3a529ef84f7e1 (patch)
tree4374bf59302b300f1afd111da543c262b8140c05 /compiler/rustc_mir_transform/src/coverage/graph.rs
parent6d246f0c8d3063fea86abbb65a824362709541ba (diff)
parentdbfb91385f7e4c27a6a48ecc3f683e3295af8b49 (diff)
downloadrust-ccce98535bd51687554be8a209b3a529ef84f7e1.tar.gz
rust-ccce98535bd51687554be8a209b3a529ef84f7e1.zip
Auto merge of #91246 - nnethercote:faster-layout-array, r=dtolnay
Faster `Layout::array`

`Layout::array` is called (indirectly) by `Vec::push()`, which is typically instantiated many times, and so making it smaller can help with compile times because less LLVM IR is generated.

r? `@ghost`
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/graph.rs')
0 files changed, 0 insertions, 0 deletions