commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.6-37-g8d86223


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.6-37-g8d86223
Date: Fri, 14 Aug 2015 08:12:21 +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 "Hurd".

The branch, master has been updated
       via  8d862231a0016dcf40f269e73d5b189606038490 (commit)
      from  60d862ca1de4e5bd690dbc631bce15f08acffa13 (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 8d862231a0016dcf40f269e73d5b189606038490
Author: Justus Winter <address@hidden>
Date:   Fri Aug 14 10:03:46 2015 +0200

    libports: clarify why we emulate protected payloads
    
    The Hurd uses protected payloads to improve the receiver lookup on the
    server side to the point that we no longer do a hash table lookup in
    the dispatch code.
    
    If the kernel does not support protected payloads, we degrade
    gracefully, do one lookup in libports' dispatching code, and emulate
    the protected payload feature to still save one hash table lookup in
    the intrans function.
    
    * libports/manage-multithread.c (ports_manage_port_operations_multithread):
    Add comment.
    * libports/manage-one-thread.c (ports_manage_port_operations_one_thread):
    Likewise.

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

Summary of changes:
 libports/manage-multithread.c |    5 +++++
 libports/manage-one-thread.c  |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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