commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. 24832de763ad58be6afdcff6c761b54c


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. 24832de763ad58be6afdcff6c761b54ccee42667
Date: Sat, 20 Apr 2013 23:44:32 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  24832de763ad58be6afdcff6c761b54ccee42667 (commit)
      from  b54c7e38d8871a0c8b7694e7fd02062cf7ca988a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24832de763ad58be6afdcff6c761b54ccee42667
Author: Richard Braun <address@hidden>
Date:   Sun Apr 21 01:30:27 2013 +0200

    Rework slab lists handling
    
    Don't enforce strong ordering of partial slabs. Separating partial slabs
    from free slabs is already effective against fragmentation, and sorting
    would sometimes cause pathological scalability issues. In addition, store
    new slabs (whether free or partial) in LIFO order for better cache usage.
    
    * kern/slab.c (kmem_cache_grow): Insert new slab at the head of the slabs 
list.
    (kmem_cache_alloc_from_slab): Likewise. In addition, don't sort partial 
slabs.
    (kmem_cache_free_to_slab): Likewise.
    * kern/slab.h: Remove comment about partial slabs sorting.

-----------------------------------------------------------------------

Summary of changes:
 kern/slab.c |   82 ++++++-----------------------------------------------------
 kern/slab.h |    7 -----
 2 files changed, 8 insertions(+), 81 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]