Files
zig/src
Mick Sayson fc78a61c4c Prevent register clobbering on x86_64 threadlocal access
On the x86_64 self hosted backend, thread locals are accessed through
__tls_get_addr on PIC. Usually this goes through a fast path which does
not lose any registers, however in some cases (notably any dlopened
library on my machine) this can take a slow path which calls out to C
ABI functions

Catch this case and backup registers as necessary

Fix a few other ones while we're here. Credit to mlugg

Fixes #30183
2025-12-17 15:33:10 +01:00
..
2025-11-12 16:00:15 +00:00
2025-11-24 14:34:18 -08:00
2025-11-04 06:04:30 -05:00
2025-10-29 14:25:51 +01:00
2025-11-22 22:42:38 +00:00
2025-11-22 22:42:38 +00:00
2025-08-29 17:14:26 -07:00
2025-11-24 14:34:18 -08:00