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

Explicit Call Graph #619

Merged
merged 11 commits into from
May 31, 2023
Merged

Explicit Call Graph #619

merged 11 commits into from
May 31, 2023

Conversation

fabianbs96
Copy link
Member

Currently, the call-graph is part of the ICFG implementation; this is fine as long as we only have one ICFG impl -- LLVMBasedICFG.

This PR createes an own class and interface for call-graphs that is being used within the ICFG.
This may be seen as preparation for different ICFG implementations that may share the call-graph data.

Should be merged after #617.

@fabianbs96 fabianbs96 self-assigned this May 10, 2023
@fabianbs96 fabianbs96 marked this pull request as ready for review May 10, 2023 18:38
@fabianbs96 fabianbs96 requested a review from MMory as a code owner May 10, 2023 18:38
@fabianbs96 fabianbs96 added enhancement New feature or request refactoring labels May 10, 2023
Copy link
Member

@MMory MMory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@fabianbs96 fabianbs96 added the blocked A prerequisite for this ticket prevents it from being worked on label May 29, 2023
@fabianbs96
Copy link
Member Author

Added blocked label as #617 should be merged first

@fabianbs96 fabianbs96 removed the blocked A prerequisite for this ticket prevents it from being worked on label May 31, 2023
@fabianbs96 fabianbs96 merged commit c3b932c into development May 31, 2023
@fabianbs96 fabianbs96 deleted the f-ExplicitCallGraph branch May 31, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants