瀏覽代碼

changes file for callgraph scripts

Nick Mathewson 9 年之前
父節點
當前提交
2369f81403
共有 1 個文件被更改,包括 5 次插入0 次删除
  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.