Ver código fonte

Changes file for 24374, merged earlier.

Nick Mathewson 6 anos atrás
pai
commit
8441189b3c
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      changes/bug24374

+ 4 - 0
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.