changes file for callgraph scripts

This commit is contained in:
Nick Mathewson 2015-07-30 12:35:52 -04:00
parent 26c9691186
commit 2369f81403

5
changes/callgraph Normal file
View file

@ -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.