What does -vtls compiler flag does and ...

welkam wwwelkam at gmail.com
Wed Oct 3 21:39:12 UTC 2018


string a = "test";
is a variable that mutates so it should be thread local. Also ASM 
output shows that these variables are not optimized away so 
compiler should output something but it doesnt. Or I dont 
understand thread local storage.


More information about the Digitalmars-d-learn mailing list