about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-05-15 07:44:21 +0000
committerbors <bors@rust-lang.org>2021-05-15 07:44:21 +0000
commitc6dd87a6b4a62cf5d2cb6207b1dcea652ea1aa60 (patch)
treeaadfe2d1acf52331a944900269c7445488ef863c /compiler/rustc_codegen_llvm/src
parent428636f954204abb8a561a0bd08dc340fc0985c0 (diff)
parentf57537e5f3f81426c0eed2a318efe636e9966174 (diff)
downloadrust-c6dd87a6b4a62cf5d2cb6207b1dcea652ea1aa60.tar.gz
rust-c6dd87a6b4a62cf5d2cb6207b1dcea652ea1aa60.zip
Auto merge of #85311 - camelid:box-blanket-impl, r=jyn514
Box `Impl.blanket_impl` to reduce size

Blanket impls are probably not super common, and `Type` is a fairly
large type, so this should reduce `Impl`'s size by a lot: `Option<Type>`
is around 96 bytes, and `Option<Box<Type>>` is 8 bytes, so it's a big
difference!
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions