diff --git a/changes/bug24374 b/changes/bug24374 new file mode 100644 index 000000000..d0b07f12d --- /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.