mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Add lock elision to NEWS file
This commit is contained in:
parent
1717da59ae
commit
a7cb9d67a5
6
NEWS
6
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user