Skip to content
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

Limit number of tracked values in trim dataflow analysis #87634

Merged
merged 2 commits into from
Jun 16, 2023

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Jun 15, 2023

Fixes #87596 by placing a limit on the number of values we track in dataflow analysis.

@sbomer sbomer requested a review from marek-safar as a code owner June 15, 2023 18:36
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-Tools-ILLink .NET linker development as well as trimming analyzers label Jun 15, 2023
@ghost ghost added the linkable-framework Issues associated with delivering a linker friendly framework label Jun 15, 2023
@ghost ghost assigned sbomer Jun 15, 2023
@ghost
Copy link

ghost commented Jun 15, 2023

Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #87596 by placing a limit on the number of values we track in dataflow analysis.

Author: sbomer
Assignees: -
Labels:

area-Tools-ILLink

Milestone: -

@ghost
Copy link

ghost commented Jun 15, 2023

Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @sbomer, @joperezr, @marek-safar
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #87596 by placing a limit on the number of values we track in dataflow analysis.

Author: sbomer
Assignees: -
Labels:

linkable-framework, area-Tools-ILLink

Milestone: -

@sbomer sbomer merged commit ee1da26 into dotnet:main Jun 16, 2023
58 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Jul 17, 2023
@sbomer sbomer deleted the arrayDataflow branch November 3, 2023 18:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Tools-ILLink .NET linker development as well as trimming analyzers linkable-framework Issues associated with delivering a linker friendly framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dataflow analysis taking forever
2 participants