-
-
Notifications
You must be signed in to change notification settings - Fork 109
Serialization of the callgraph #1000
Copy link
Copy link
Open
Labels
call graphThis issues is related to the call graph constructionThis issues is related to the call graph constructiongood first issueGood for newcomersGood for newcomersimprovementnew feature, improve in readability, structure or performancenew feature, improve in readability, structure or performance
Metadata
Metadata
Assignees
Labels
call graphThis issues is related to the call graph constructionThis issues is related to the call graph constructiongood first issueGood for newcomersGood for newcomersimprovementnew feature, improve in readability, structure or performancenew feature, improve in readability, structure or performance
Missing Feature / Goal
To share or cache callgraphs between analysis runs it would be great to be able to de-/serialize an already created callgraph.
InputStreamInputStreamPathas parameterCallgraphinterface (i.e. implement it in another class - which we don't call: *Util :) )Possible Library:
https://github.com/RuedigerMoeller/fast-serialization
Beware: validate against code execution at deserialisation!