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

Improve threadJoins when it is used context-insensitively #982

Merged
merged 1 commit into from
Feb 12, 2023

Conversation

michael-schwarz
Copy link
Member

Join set of must-joined TIDs in combine instead of just taking it from the callee.
This can improve, e.g., race warnings when the threadJoins analysis is used context-insensitively.

Closes #968

@michael-schwarz michael-schwarz added precision performance Analysis time, memory usage labels Feb 11, 2023
@michael-schwarz michael-schwarz merged commit 23abe71 into master Feb 12, 2023
@michael-schwarz michael-schwarz deleted the issue-968 branch February 12, 2023 19:17
@sim642 sim642 added this to the v2.2.0 milestone Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Analysis time, memory usage precision
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for Context-Insensitive Must-Joined TID Sets
2 participants