在 2020/6/29 20:10, Jeroen Ooms 写道: > Hi Alexandre, > > Where can I learn more about what native windows TLS means? We have > been been building the msys2 version of libcurl using native windows > schannel TLS backend for years, how is this different from windows > native TLS? > >
See <http://www.nynaeve.net/?p=183>. This series of articles are really good references. 'Native' TLS is referenced via a segment register (FS on x86 and GS on x86_64), while 'non-native' storage is referenced via either `TlsGetValue()` or `pthread_getspecific()`. -- Best regards, LH_Mouse
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
