ソースを参照

Changes file for 24374, merged earlier.

Nick Mathewson 6 年 前
コミット
8441189b3c
1 ファイル変更4 行追加0 行削除
  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.