about summary refs log tree commit diff
path: root/src/tools/cargo
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-06-22 20:10:07 +0000
committerbors <bors@rust-lang.org>2025-06-22 20:10:07 +0000
commitbe19eda0dc4c22c5cf5f1b48fd163acf9bd4b0a6 (patch)
tree7ff87de2250a22a630b95ba2e916e4954e4d5121 /src/tools/cargo
parent111e9bc64bbdce14122e3676978f2ceefa5bff1a (diff)
parentb4568d9135e55cfc8739b465970aa636a0d45c1b (diff)
downloadrust-be19eda0dc4c22c5cf5f1b48fd163acf9bd4b0a6.tar.gz
rust-be19eda0dc4c22c5cf5f1b48fd163acf9bd4b0a6.zip
Auto merge of #142508 - Mark-Simulacrum:skip-noop-drop-glue, r=fee1-dead
Skip no-op drop glue

Since rust-lang/rust#122662 this no longer gets used in vtables, so we're safe to fully
drop generating functions from vtables. Those are eventually cleaned up
by LLVM, but it's wasteful to produce them in the first place.

This doesn't appear to be a significant win (and shows some slight regressions) but
seems like the right thing to do. At minimum it reduces noise in the LLVM IR we generate,
which seems like a good thing.
Diffstat (limited to 'src/tools/cargo')
0 files changed, 0 insertions, 0 deletions