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

A new abstract interpreter for performing function-local analysis #6529

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

martin-cs
Copy link
Collaborator

By inheriting from ai_baset you can create different kinds of abstract interpreter. At the moment the ai_recursive_interproceduralt is the least general common ancestor for all of the interpreters. This does interprocedural analysis by recursion. In this PR I add an alternative which does function-local analysis. This is of general interest in making fast analyses but was particularly inspired by #6528 and @tautschnig 's work on the local_* analysis functionality.

To come, support in goto-analyzer and test cases.

@martin-cs martin-cs force-pushed the feature/ai-local-analysis branch 3 times, most recently from 0cba79c to 215faf6 Compare July 22, 2022 12:39
@martin-cs martin-cs force-pushed the feature/ai-local-analysis branch 2 times, most recently from df71a75 to cd97e21 Compare September 3, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant