Pārlūkot izejas kodu

changes file for callgraph scripts

Nick Mathewson 9 gadi atpakaļ
vecāks
revīzija
2369f81403
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      changes/callgraph

+ 5 - 0
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.