-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix perf regression in gotodef. #19539
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️ the comment.
Tagging @MattGertz Customer scenario Perf of goto-def added several dozen ms in one of our RPS tests. Bugs this fixes: Workarounds, if any None. Risk Low. Performance impact Perf is improved. Is this a regression from a previous update? Yes. Root cause analysis: Work to make our system better handle OOP (by computing more information up front), ended up hurting a non-OOP scenario. How was the bug found? RPS test. |
retest windows_debug_vs-integration_prtest please |
retest windows_release_vs-integration_prtest please |
@CyrusNajmabadi Loving the comments in the code. |
retest this please |
retest windows_release_vs-integration_prtest please |
1 similar comment
retest windows_release_vs-integration_prtest please |
retest windows_debug_vs-integration_prtest please |
Fixes https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems?id=433771&projectId=0bdbc590-a062-4c3f-b0f6-9383f67865ee&src=WorkItemMention&src-action=artifact_link&fullScreen=true&_a=edit