commit 2369f81403f0ac366a5cbab95f467f9eaa77d0f7 Author: Nick Mathewson nickm@torproject.org Date: Thu Jul 30 12:35:52 2015 -0400
changes file for callgraph scripts --- changes/callgraph | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/callgraph b/changes/callgraph new file mode 100644 index 0000000..64f7f9c --- /dev/null +++ b/changes/callgraph @@ -0,0 +1,5 @@ + o Testing: + - Add a new set of callgraph analysis scripts that use clang to + produce a list of which Tor functions are reachable from which + other Tor functions. We're planning to use these to help simplify + our code structure by identifying illogical dependencies.