This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-884-ga7cb9d6


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 C Library master sources".

The branch, master has been updated
       via  a7cb9d67a531cdb6f6b6d633a7beb47211341076 (commit)
      from  1717da59aed9612becd56aaa1249aac695af4c8a (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a7cb9d67a531cdb6f6b6d633a7beb47211341076

commit a7cb9d67a531cdb6f6b6d633a7beb47211341076
Author: Andi Kleen <ak@linux.intel.com>
Date:   Tue Jul 2 08:49:30 2013 -0700

    Add lock elision to NEWS file

diff --git a/NEWS b/NEWS
index 9d37d10..56ce7ef 100644
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,12 @@ Version 2.18
 * Added new API functions pthread_getattr_default_np and
   pthread_setattr_default_np to get and set the default pthread
   attributes of a process.
+
+* Added support for TSX lock elision for pthread mutexes on i386 and x86-64.
+  This may improve lock scaling of existing programs on TSX capable systems.
+  When the --enable-lock-elision=yes parameter is specified at configure
+  time lock elision will be enabled by default for all PTHREAD_MUTEX_DEFAULT
+  mutexes.
 
 Version 2.17
 

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

Summary of changes:
 NEWS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]