aboutsummaryrefslogtreecommitdiff
path: root/changes/bug24374
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-13 09:50:53 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-13 09:50:57 -0500
commit8441189b3caee2e4cf58a8b2c080b25a3a9b0cfc (patch)
treea19e79203225cbb72394c329bf81fbbd1abe91c1 /changes/bug24374
parent426110dfa2e27f134e7bf44341e5df6f454e49a3 (diff)
downloadtor-8441189b3caee2e4cf58a8b2c080b25a3a9b0cfc.tar.gz
tor-8441189b3caee2e4cf58a8b2c080b25a3a9b0cfc.zip
Changes file for 24374, merged earlier.
Diffstat (limited to 'changes/bug24374')
-rw-r--r--changes/bug243744
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24374 b/changes/bug24374
new file mode 100644
index 0000000000..d0b07f12da
--- /dev/null
+++ b/changes/bug24374
@@ -0,0 +1,4 @@
+ o Minor features (performance, 32-bit):
+ - Improve performance on 32-bit systems by avoiding 64-bit division
+ when timestamping cells and buffer chunks for OOM calculations.
+ Implements ticket 24374.