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 from 31fcbd2 to 83a5c00 Compare December 16, 2021 12:14
@martin-cs martin-cs force-pushed the feature/ai-local-analysis branch from 83a5c00 to df6b17f Compare June 15, 2022 12:47
@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 from 215faf6 to 40155c3 Compare August 11, 2022 17:29
@martin-cs martin-cs force-pushed the feature/ai-local-analysis branch from 40155c3 to f74fcf6 Compare November 18, 2022 18:37
@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
@martin-cs martin-cs force-pushed the feature/ai-local-analysis branch from cd97e21 to 8761de4 Compare February 2, 2024 20:25
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