diff options
| author | bors <bors@rust-lang.org> | 2021-05-15 07:44:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-05-15 07:44:21 +0000 |
| commit | c6dd87a6b4a62cf5d2cb6207b1dcea652ea1aa60 (patch) | |
| tree | aadfe2d1acf52331a944900269c7445488ef863c /compiler/rustc_codegen_llvm/src | |
| parent | 428636f954204abb8a561a0bd08dc340fc0985c0 (diff) | |
| parent | f57537e5f3f81426c0eed2a318efe636e9966174 (diff) | |
| download | rust-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
