Enables faster access to certain thread-local storage (TLS) variables.
Windows: C/C++ > Optimization > Optimize for Windows Applications
Linux: None
Mac OS: None
IA-32, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | None |
Windows: | /GA |
None
OFF | Default access to TLS variables is in effect.(??) |
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.
None