rust/compiler
bors f5b8f44e5d Auto merge of #109333 - Zoxc:erase-query-cache-values, r=cjgillot
Erase query cache values

This replaces most concrete query values `V` with `MaybeUninit<[u8; { size_of::<V>() }]>` without introducing dynamic dispatch like https://github.com/rust-lang/rust/pull/108638 does. This is split out of https://github.com/rust-lang/rust/pull/108638 so the performance impact of only this change can be measured.

r? `@cjgillot`
2023-04-06 16:29:36 +00:00
..
2023-04-04 12:38:06 -07:00
2023-03-27 18:58:07 +00:00
2023-04-03 15:59:21 +00:00
2023-03-28 01:14:28 +00:00
2023-04-04 09:01:44 +00:00
2023-04-06 08:25:53 +02:00
2023-04-06 08:25:53 +02:00
2023-04-04 09:01:44 +00:00
2023-04-01 23:44:16 +02:00