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

Enable using function summaries to get more precise and custom DFG edges for inferred functions. #1430

Merged
merged 33 commits into from
Mar 19, 2024

Conversation

KuechA
Copy link
Contributor

@KuechA KuechA commented Feb 9, 2024

Currently, we infer DFG edges for function/method declarations by applying a heuristic. However, this is not always correct and it is desirable to have an option to specify more precise function summaries. Here, we introduce a JSON file format to do this and integrate it into the DFGPass.

@KuechA KuechA requested a review from peckto as a code owner February 12, 2024 18:42
Copy link

sonarcloud bot commented Mar 19, 2024

@KuechA KuechA merged commit bcaee5c into main Mar 19, 2024
5 checks passed
@KuechA KuechA deleted the dfg-hardcode-file branch March 19, 2024 14:03
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.

3 participants