Skip to content

Commit

Permalink
Auto merge of #116826 - nnethercote:fix-116780-116797, r=compiler-errors
Browse files Browse the repository at this point in the history
Fix a performance regression in obligation deduplication.

Commit 8378487 from #114611 changed the location of an obligation deduplication step in `opt_normalize_projection_type`. This meant that deduplication stopped happening on one path where it was still necessary, causing a couple of drastic performance regressions.

This commit moves the deduplication back to the old location. The good news is that #114611 had four commits and 8378487 was of minimal importance, so the perf benefits from that PR remain.

Fixes #116780, #116797.

r? `@compiler-errors`
  • Loading branch information
bors committed Oct 17, 2023
2 parents bdd6474 + 380577e commit dff34d7
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit dff34d7

Please sign in to comment.