commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 1af3af1431037f87d29434a46b91e1a0


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. 1af3af1431037f87d29434a46b91e1a059f785c2
Date: Sun, 21 Apr 2013 19:21:17 +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  1af3af1431037f87d29434a46b91e1a059f785c2 (commit)
      from  24832de763ad58be6afdcff6c761b54ccee42667 (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 1af3af1431037f87d29434a46b91e1a059f785c2
Author: Richard Braun <address@hidden>
Date:   Sun Apr 21 21:17:53 2013 +0200

    Optimize slab reaping
    
    Instead of walking the list of free slabs while holding the cache lock,
    detach the list from the cache and directly compute the final count values,
    and destroy slabs after releasing the cache lock.
    
    * kern/slab.c (kmem_cache_reap): Optimize.

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

Summary of changes:
 kern/slab.c |   23 ++++++++++-------------
 1 files changed, 10 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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