diff options
author | Jason Evans <jasone@canonware.com> | 2015-08-12 18:30:59 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-08-12 18:34:48 (GMT) |
commit | e1ed698973f2465c15173ad7aecb720c57161052 (patch) | |
tree | d7b4f646facb226b6df00c6d17ef88907f9656ec /ChangeLog | |
parent | 2662ba54494e37074bbc0fc7e4b3eafdd793e98e (diff) | |
download | jemalloc-e1ed698973f2465c15173ad7aecb720c57161052.zip jemalloc-e1ed698973f2465c15173ad7aecb720c57161052.tar.gz jemalloc-e1ed698973f2465c15173ad7aecb720c57161052.tar.bz2 |
Remove obsolete entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |