summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-17 09:14:44 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-17 09:14:44 -0400
commitc32108ee0fea851ced14f71d842390992f762393 (patch)
treeebd2ce46fa5adcabc2f594ae186742daeaec22e0 /changes
parentae4e5b98245169dc02c12138d4acc69ce7da0261 (diff)
parente0809ec5f5de4c3d22527425bf6253843044e1b2 (diff)
downloadtor-c32108ee0fea851ced14f71d842390992f762393.tar.gz
tor-c32108ee0fea851ced14f71d842390992f762393.zip
Merge remote-tracking branch 'public/bug24688'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug246883
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24688 b/changes/bug24688
new file mode 100644
index 0000000000..c376fe6a03
--- /dev/null
+++ b/changes/bug24688
@@ -0,0 +1,3 @@
+ o Minor features (performance, 32-bit):
+ - Make our timing-wheel code run a tiny bit faster on 32-bit platforms,
+ by preferring 32-bit math to 64-bit. Closes ticket 24688.