From e1ed698973f2465c15173ad7aecb720c57161052 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 12 Aug 2015 11:30:59 -0700 Subject: [PATCH] Remove obsolete entry. --- ChangeLog | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed5777d6..6f1d2c67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -83,10 +83,6 @@ brevity. Much more detail can be found in the git revision history: + OpenRISC/or1k Optimizations: - - Switch run and chunk allocation from first-best-fit (among best-fit - candidates, choose the lowest in memory) to first-fit (among all candidates, - choose the lowest in memory). This tends to reduce chunk and virtual memory - fragmentation, respectively. - Maintain dirty runs in per arena LRUs rather than in per arena trees of dirty-run-containing chunks. In practice this change significantly reduces dirty page purging volume.