-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions. #46368
incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions. #46368
Conversation
…ans for type definitions.
@bors r+ |
📌 Commit 89dc8ae has been approved by |
…uginfo-spans, r=eddyb incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions. r? @nikomatsakis
…uginfo-spans, r=eddyb incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions. r? @nikomatsakis
…uginfo-spans, r=eddyb incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions. r? @nikomatsakis
…uginfo-spans, r=eddyb incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions. r? @nikomatsakis
…s, r=eddyb incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions. r? @nikomatsakis
☀️ Test successful - status-appveyor, status-travis |
This appears to have regressed performance on perf.rlo (http://perf.rust-lang.org/compare.html?start=9053fdd411e81910a86b68f0a1c3b3ca084bff62&end=377decc352e58aa2bb0e2deb2eb66c3e7241a622&stat=wall-time): was that expected? |
Thanks for the heads up, @Mark-Simulacrum. It's not entirely surprising, since we are hashing more and we detect more changes. Most of these newly detected changes are probably false positives of some kind. |
r? @nikomatsakis