Check only stable qual for import prefix #22633
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Selection from a tree with synthetic span looks like a rewrite from imported symbol, but only check that if the qualifier is stable.
In the example, it was an implicit class (
EitherOps
), which in turn induced many costly, unnecessary type comparisons.The test sample code is not yet minimized, so it is just for demonstration purposes. Since the symptom is a performance regression, there is no trivial test that demonstrates it was doing something wrong, as well as doing it slowly.
Locally,
-verbose
reportsFixes #22629