From: Nick Mathewson Date: Thu, 30 Jul 2015 16:35:52 +0000 (-0400) Subject: changes file for callgraph scripts X-Git-Tag: tor-0.2.7.3-rc~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2369f81403f0ac366a5cbab95f467f9eaa77d0f7;p=thirdparty%2Ftor.git changes file for callgraph scripts --- 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.