Skip to content

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