about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2021-03-19 11:37:52 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2021-03-19 11:37:52 +0300
commitf9257576db1b50137655f9a7ec4b6cb9fa3d6024 (patch)
tree8ea237549b8cece06879cfb69c37baeca9446fbb /compiler/rustc_codegen_llvm/src
parenteb95acea8aeaeef834214eaffb15d64095fe9271 (diff)
downloadrust-f9257576db1b50137655f9a7ec4b6cb9fa3d6024.tar.gz
rust-f9257576db1b50137655f9a7ec4b6cb9fa3d6024.zip
Revert performance-sensitive change in #82436
This change was done in #82436, as an "optimization". Unfortunately I
missed that this code is not always executed, because of the "continue"
in the conditional above it.

This commit should solve the perf regressions introduced by #82436 as I
think there isn't anything else that could affect runtime performance in
that PR. The `Pick` type grows only one word, which I doubt can cause up
to 8.8% increase in RSS in some of the benchmarks.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions