Explorar el Código

Changes file for 24374, merged earlier.

Nick Mathewson hace 7 años
padre
commit
8441189b3c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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.