You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the issue mentioned FreeBSD, this is a broader problem:
the current ARM64 code to load the TLS offset assumes a setup with
the non-default TLS model.
We have to call into the TLS descriptor similar as how the C compiler does it.
Although it looks like a lot of inline assembly, the compiler actually
optimizes this into only a few instructions on my emulator.
0 commit comments