diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-13 09:50:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-13 09:50:57 -0500 |
commit | 8441189b3caee2e4cf58a8b2c080b25a3a9b0cfc (patch) | |
tree | a19e79203225cbb72394c329bf81fbbd1abe91c1 /changes/bug24374 | |
parent | 426110dfa2e27f134e7bf44341e5df6f454e49a3 (diff) | |
download | tor-8441189b3caee2e4cf58a8b2c080b25a3a9b0cfc.tar.gz tor-8441189b3caee2e4cf58a8b2c080b25a3a9b0cfc.zip |
Changes file for 24374, merged earlier.
Diffstat (limited to 'changes/bug24374')
-rw-r--r-- | changes/bug24374 | 4 |
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. |