]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 24374, merged earlier.
authorNick Mathewson <nickm@torproject.org>
Wed, 13 Dec 2017 14:50:53 +0000 (09:50 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Dec 2017 14:50:57 +0000 (09:50 -0500)
changes/bug24374 [new file with mode: 0644]

diff --git a/changes/bug24374 b/changes/bug24374
new file mode 100644 (file)
index 0000000..d0b07f1
--- /dev/null
@@ -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.