1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-28 23:34:53 +03:00
Files
glibc/hurd
Sergey Bugaev 7b3d8558d9 hurd: Microoptimize _hurd_self_sigstate ()
When THREAD_GETMEM is defined with inline assembly, the compiler may not
optimize away the two reads of _hurd_sigstate. Help it out a little bit
by only reading it once. This also makes for a slightly cleaner code.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230319151017.531737-32-bugaevc@gmail.com>
2023-04-03 01:25:57 +02:00
..
2023-02-12 15:55:04 +01:00
2021-12-28 10:28:22 +01:00
2023-03-02 00:32:55 +01:00
2023-04-03 00:55:12 +02:00
2023-02-01 23:32:21 +01:00
2023-02-12 15:55:04 +01:00
2023-02-12 15:56:21 +01:00