Skip to content

Avoid allocating instances of LookupResult in a loop to decrease pressure on the pool in highly multi-threaded scenarios.#26845

Merged
AlekseyTs merged 1 commit intodotnet:masterfrom
AlekseyTs:Issue26779_01
May 15, 2018
Merged

Avoid allocating instances of LookupResult in a loop to decrease pressure on the pool in highly multi-threaded scenarios.#26845
AlekseyTs merged 1 commit intodotnet:masterfrom
AlekseyTs:Issue26779_01

Conversation

@AlekseyTs
Copy link
Copy Markdown
Contributor

Related to #26779.

Ask Mode template not completed

Customer scenario

What does the customer do to get into this situation, and why do we think this
is common enough to address for this release. (Granted, sometimes this will be
obvious "Open project, VS crashes" but in general, I need to understand how
common a scenario is)

Bugs this fixes

(either VSO or GitHub links)

Workarounds, if any

Also, why we think they are insufficient for RC vs. RC2, RC3, or RTW

Risk

This is generally a measure our how central the affected code is to adjacent
scenarios and thus how likely your fix is to destabilize a broader area of code

Performance impact

(with a brief justification for that assessment (e.g. "Low perf impact because no extra allocations/no complexity changes" vs. "Low")

Is this a regression from a previous update?

Root cause analysis

How did we miss it? What tests are we adding to guard against it in the future?

How was the bug found?

(E.g. customer reported it vs. ad hoc testing)

Test documentation updated?

If this is a new non-compiler feature or a significant improvement to an existing feature, update https://github.com/dotnet/roslyn/wiki/Manual-Testing once you know which release it is targeting.

…sure on the pool in highly multithreaded scenarios.

Related to dotnet#26779.
@AlekseyTs AlekseyTs added Language-VB Area-Compilers Tenet-Performance Regression in measured performance of the product from goals. labels May 14, 2018
@AlekseyTs AlekseyTs requested a review from a team as a code owner May 14, 2018 21:58
Copy link
Copy Markdown
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks

@AlekseyTs
Copy link
Copy Markdown
Contributor Author

Test windows_debug_vs-integration_prtest please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved to merge Area-Compilers Language-VB Tenet-Performance Regression in measured performance of the product from goals.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants