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

Introduce sync reason JoinCall & Limit sync at function start nodes #1508

Merged
merged 4 commits into from
Jun 13, 2024

Conversation

michael-schwarz
Copy link
Member

@michael-schwarz michael-schwarz commented Jun 12, 2024

Helps avoid "sync" calls for function start nodes when threadflag is context-sensitive. Previously, it was only avoided when the flag was path-sensitive (c.f. #1475).

This has some immediate termination advantages, and can potentially also boost precision.

TODO:

Closes #1507

Helps avoid "sync" calls for function start nodes when threadflag is context-sensitive. Previsouly, it was only avoided when the flag was path-sensitive
@michael-schwarz michael-schwarz added bug precision relational Relational analyses (Apron, affeq, lin2var) labels Jun 12, 2024
@michael-schwarz michael-schwarz requested a review from sim642 June 12, 2024 09:50
@michael-schwarz michael-schwarz changed the title Introduce sync reason "SyncJoin" & Limit "sync" at function start nodes Introduce sync reason "CallJoin" & Limit "sync" at function start nodes Jun 12, 2024
@michael-schwarz michael-schwarz changed the title Introduce sync reason "CallJoin" & Limit "sync" at function start nodes Introduce sync reason CallJoin & Limit sync at function start nodes Jun 12, 2024
@michael-schwarz michael-schwarz changed the title Introduce sync reason CallJoin & Limit sync at function start nodes Introduce sync reason JoinCall & Limit sync at function start nodes Jun 12, 2024
@michael-schwarz michael-schwarz requested a review from jerhard June 12, 2024 16:55
@michael-schwarz michael-schwarz marked this pull request as ready for review June 12, 2024 16:55
@sim642 sim642 added this to the v2.4.0 milestone Jun 13, 2024
@michael-schwarz michael-schwarz merged commit c8dcdaa into master Jun 13, 2024
21 checks passed
@michael-schwarz michael-schwarz deleted the issue_1507 branch June 13, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug precision relational Relational analyses (Apron, affeq, lin2var)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate: Need for sides-pp widening strategy exacerbated
2 participants