Changes file for 24374, merged earlier.

This commit is contained in:
Nick Mathewson 2017-12-13 09:50:53 -05:00
parent 426110dfa2
commit 8441189b3c
1 changed files with 4 additions and 0 deletions

4
changes/bug24374 Normal file
View File

@ -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.