commit 8441189b3caee2e4cf58a8b2c080b25a3a9b0cfc Author: Nick Mathewson nickm@torproject.org Date: Wed Dec 13 09:50:53 2017 -0500
Changes file for 24374, merged earlier. --- changes/bug24374 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/bug24374 b/changes/bug24374 new file mode 100644 index 000000000..d0b07f12d --- /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.