diff options
author | bors <bors@rust-lang.org> | 2023-04-06 16:29:36 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2023-04-06 16:29:36 +0000 |
commit | f5b8f44e5d5dee0f60cec1729b5a107659779d94 (patch) | |
tree | 478d20460ebedf0c444e88ad6c4af02eb3d8d1c2 /tests/rustdoc-js-std/parser-errors.js | |
parent | 0534655d9b5f61dbd75cf142ec8d2d3f68b550ee (diff) | |
parent | 0110073d035530139835585a78c3a62db838a49e (diff) | |
download | rust-f5b8f44e5d5dee0f60cec1729b5a107659779d94.tar.gz |
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`
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions