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

Optimize graph building #111

Open
wants to merge 7 commits into
base: mixed-granularity
Choose a base branch
from

Conversation

MustafaIsmail10
Copy link

This PR includes the following optimizations for method level and hybrid analysis graph-building functionality
For Method analysis:
Instead of rebuilding the method-level dependency graph from scratch each time, it stores the graph in the first run. In the subsequent runs, It reads the graph and updates it with the changes. Then, it uses the new graph for computations. At the end, it stores the updated graph.

For Hybrid analysis:
It is similar to method-level analysis. In addition, it uses the method-level graph to build the class-level dependency graph.

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