* Look into using the other TLS models when possible: http://llvm.org/docs/LangRef.html#thread-local-storage-models * Windows has a thing where you can assume `_tls_index = 0` for the code inside an exe. (This might be the same thing as the `localexec` threading model?)
Look into using the other TLS models when possible:
http://llvm.org/docs/LangRef.html#thread-local-storage-models
Windows has a thing where you can assume
_tls_index = 0for the code inside an exe. (This might be the same thing as thelocalexecthreading model?)