You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a similar approach would work for serializing Java call graphs to disk. If you could make a version of this code that works for Java, we'd welcome a PR! For very large call graphs, you might need to look into streaming out the JSON, to avoid running out of memory.
I think reloading such serialized call graphs into WALA would be more work, as all the other auxiliary data structures (IMethods, etc.) would also need to be set up. But maybe you don't need that.
Dear author, sometimes it takes a long time to build call graph for large program
how to save CallGraph to disk such as dot file?
how to load CallGraph from disk?
@msridhar Could you give me a reply at your convenience? Thank you for your help!
The text was updated successfully, but these errors were encountered: