]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add lock elision to NEWS file
authorAndi Kleen <ak@linux.intel.com>
Tue, 2 Jul 2013 15:49:30 +0000 (08:49 -0700)
committerAndi Kleen <ak@linux.intel.com>
Tue, 2 Jul 2013 15:49:30 +0000 (08:49 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 9d37d1008c3995e8b06b7024d2ba899eff7c5c76..56ce7ef147d895ab30a0cf7a601cde865d225434 100644 (file)
--- 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.
 \f
 Version 2.17