Visible to Intel only — GUID: GUID-C6BD8973-93C6-4C0E-90F5-6870E25E4BB0
Visible to Intel only — GUID: GUID-C6BD8973-93C6-4C0E-90F5-6870E25E4BB0
GA
Enables faster access to certain thread-local storage (TLS) variables.
Syntax
Linux: |
-ftls-model=local-exec |
Windows: |
/GA |
Arguments
None
Default
OFF |
Default access to TLS variables is in effect. |
Description
This option enables faster access to certain thread-local storage (TLS) variables. When you compile your main executable (.EXE) program with this option, it allows faster access to TLS variables declared with the __declspec(thread) specification.
Note that if you use this option to compile .DLLs, you may get program errors.
Option-ftls-model=local-exec is a Clang option. For more information about this option, see the Clang documentation.
IDE Equivalent
Visual Studio: Optimization > Optimize for Windows Applications
Eclipse: None
Alternate Options
None