diff options
author | bors <bors@rust-lang.org> | 2023-05-11 08:43:38 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2023-05-11 08:43:38 +0000 |
commit | f8d8ffa2eba53928662dc57bc3a6c5608beb26f1 (patch) | |
tree | d2e0560b842c3eb735263ad6d797effa42614ec3 /tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
parent | 4d941cd9812891af3b83dd4de64aa7d8ee99641a (diff) | |
parent | e8ab6489027098dbf4a407ddd0cedd0fbe40e3a4 (diff) | |
download | rust-f8d8ffa2eba53928662dc57bc3a6c5608beb26f1.tar.gz |
Auto merge of #111029 - Nilstrieb:when-the-errs-are-too-big, r=petrochenkov
Shrink `SelectionError` a lot
`SelectionError` used to be 80 bytes (on 64 bit). That's quite big. Especially because the selection cache contained `Result<_, SelectionError>. The Ok type is only 32 bytes, so the 80 bytes significantly inflate the size of the cache.
Most variants of the `SelectionError` seem to be hard errors, only `Unimplemented` shows up in practice (for cranelift-codegen, it occupies 23.4% of all cache entries). We can just box away the biggest variant, `OutputTypeParameterMismatch`, to get the size down to 16 bytes, well within the size of the Ok type inside the cache.
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions