Merge branch 'callgraph_reduction_v2'

This commit is contained in:
Nick Mathewson
2017-06-21 16:47:55 -04:00
6 changed files with 58 additions and 32 deletions
+6
View File
@@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Extract the code for handling newly-open channels into a separate
function from the general code to handle channel state transitions.
This change simplifies our callgraph, reducing the size of the largest
strongly connected component by roughly a factor of two.
Closes ticket 22608