about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorNoah Lev <camelidcamel@gmail.com>2021-05-14 17:36:58 -0700
committerNoah Lev <camelidcamel@gmail.com>2021-05-14 17:45:41 -0700
commitf57537e5f3f81426c0eed2a318efe636e9966174 (patch)
tree16df655e1dbbb44267ed03409e2eef9be0e99f40 /compiler/rustc_codegen_llvm/src
parent1025db84a68b948139b5adcd55da31bce32da8f3 (diff)
downloadrust-f57537e5f3f81426c0eed2a318efe636e9966174.tar.gz
rust-f57537e5f3f81426c0eed2a318efe636e9966174.zip
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