glibc/sysdeps
Sergey Bugaev ed2f9aaf5e htl: Reimplement GSCOPE
This is a new implementation of GSCOPE which largely mirrors its NPTL
counterpart. Same as in NPTL, instead of a global flag shared between
threads, there is now a per-thread GSCOPE flag stored in each thread's
TCB. This makes entering and exiting a GSCOPE faster at the expense of
making THREAD_GSCOPE_WAIT () slower.

The largest win is the elimination of many redundant gsync_wake () RPC
calls; previously, even simplest programs would make dozens of fully
redundant gsync_wake () calls.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20210915171110.226187-3-bugaevc@gmail.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2021-09-16 01:04:17 +02:00
..
aarch64 Revert "AArch64: Update A64FX memset not to degrade at 16KB" 2021-09-06 10:23:25 +01:00
alpha Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
arc Remove sysdeps/*/tls-macros.h 2021-08-18 09:15:20 -07:00
arm Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
csky Remove sysdeps/*/tls-macros.h 2021-08-18 09:15:20 -07:00
generic htl: Move thread table to ld.so 2021-09-16 01:04:05 +02:00
gnu Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
hppa Update hppa libm-test-ulps 2021-09-06 17:37:29 +00:00
htl htl: Reimplement GSCOPE 2021-09-16 01:04:17 +02:00
hurd Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
i386 Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00
ia64 Add narrowing square root functions 2021-09-10 20:56:22 +00:00
ieee754 Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00
m68k Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
mach htl: Reimplement GSCOPE 2021-09-16 01:04:17 +02:00
microblaze Remove sysdeps/*/tls-macros.h 2021-08-18 09:15:20 -07:00
mips Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
nios2 Remove sysdeps/*/tls-macros.h 2021-08-18 09:15:20 -07:00
nptl Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
posix Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
powerpc Add narrowing square root functions 2021-09-10 20:56:22 +00:00
pthread nptl: Fix race between pthread_kill and thread exit (bug 12889) 2021-09-13 11:06:08 +02:00
riscv Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00
s390 Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
sh Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
sparc Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00
unix Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-linux.h 2021-09-14 14:19:24 +00:00
wordsize-32 Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wordsize-64 Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
x86 Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
x86_64 Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00