From 2369f81403f0ac366a5cbab95f467f9eaa77d0f7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 30 Jul 2015 12:35:52 -0400 Subject: [PATCH] changes file for callgraph scripts --- changes/callgraph | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/callgraph diff --git a/changes/callgraph b/changes/callgraph new file mode 100644 index 0000000000..64f7f9cf24 --- /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.