Not sure I understand correctly, but TLS is usually provided on some level
by the kernel of the specific OS. Another level is TLS as in, for example
pthreads.

The Go runtime probably uses one or the other additionally to goroutine
local storage.

Can you please clarify?

On Sat, Aug 1, 2020, 20:08 <evan.mesterh...@gmail.com> wrote:

> Hi all,
>
> Is it possible to build pure Go (no cgo) programs targeting i386 without
> TLS support? From reviewing the compiler flags and the compiler build
> options it looks like this isn't possible, but I am hoping someone with
> knowledge on the matter can comment definitively.
>
> Thanks,
> Evan
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/630327db-52b6-47e1-b423-711719740663o%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/630327db-52b6-47e1-b423-711719740663o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAA40n-UfueSAEnXnJ29r48GKoPW4spdMoOSct%2BZsNUOrG3TWpA%40mail.gmail.com.

Reply via email to