commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.7-12-g8fcdfb6


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. v1.7-12-g8fcdfb6
Date: Fri, 17 Jun 2016 11:00:27 +0000 (UTC)

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  8fcdfb646d145f285341ef597568bb9e003ce28f (commit)
      from  fdf86cccfeb4c3e09e024b3a35bbce6308f36412 (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 8fcdfb646d145f285341ef597568bb9e003ce28f
Author: Richard Braun <address@hidden>
Date:   Fri Jun 17 12:50:45 2016 +0200

    Change page cache statistics
    
    Instead of reporting statistics about unreferenced objects (the object
    cache), report statistics about external objects (the page cache).
    
    * vm/vm_object.c (vm_object_cached_count): Remove variable.
    (vm_object_cache_add): Remove object cache stats updates.
    (vm_object_cache_remove): Likewise.
    (vm_object_terminate): Update page cache stats.
    * vm/vm_object.h (vm_object_cached_count): Remove variable.
    (vm_object_cached_pages): Likewise.
    (vm_object_cached_pages_lock_data): Likewise.
    (vm_object_cached_pages_update): Remove macro.
    (vm_object_external_count): New extern variable.
    (vm_object_external_pages): Likewise.
    * vm/vm_resident.c (vm_object_external_count): New variable.
    (vm_object_external_pages): Likewise.
    (vm_page_insert): Remove object cache stats updates and
    update page cache stats.
    (vm_page_replace): Likewise.
    (vm_page_remove): Likewise.
    * vm/vm_user.c (vm_cache_statistics): Report page cache stats instead
    of object cache stats.

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

Summary of changes:
 vm/vm_object.c   |   16 +++++++++++-----
 vm/vm_object.h   |   17 +++--------------
 vm/vm_resident.c |   25 +++++++++++++++----------
 vm/vm_user.c     |    4 ++--
 4 files changed, 31 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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