aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-21 16:47:55 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-21 16:47:55 -0400
commit3a8a92fddd7a21b8e6b0b5a463e86639f1d04fc8 (patch)
treeeeaf31754cc5042d35821a848f4045f4501bc019 /changes
parent5d3f484f4ac4f45c0404b1f8b998983636f2a693 (diff)
parent1c0a2335cd27ed4f4a61f99ce19b5ba08639eeff (diff)
downloadtor-3a8a92fddd7a21b8e6b0b5a463e86639f1d04fc8.tar.gz
tor-3a8a92fddd7a21b8e6b0b5a463e86639f1d04fc8.zip
Merge branch 'callgraph_reduction_v2'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket226086
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket22608 b/changes/ticket22608
new file mode 100644
index 0000000000..5aa9db27f1
--- /dev/null
+++ b/changes/ticket22608
@@ -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