search for: threadsafeinit

Displaying 1 result from an estimated 1 matches for "threadsafeinit".

2019 Jan 22
2
Windows JIT-Client and Emulated TLS
...readModel::Single; options.EmulatedTLS = false; options.ExplicitEmulatedTLS = false; Sadly this didn't changed a thing... Also setting "-Xclang -fno-emulated-tls" didn't worked, only setting the MSVC switch "/Zc:threadSafeInit-" helped but... obviously disabled TLS at all. What options do I have? I found an implementation for "__emutls_get_address" in compiler-rt but no explanation what I should do with these "__emutls_v."-functions. Further, can't I just disable emulated-tls? My JIT-Client...