OpenBSD port of dmd?

Martin Nowak dawg at dawgfoto.de
Sat Mar 17 12:34:22 PDT 2012


> AFAICS OpenBSD doesn't support TLS (the __thread tls, posix
> pthread_getspecific works of course). Can D work at all without TLS
> support?
>
> (We have a similar problem with Android, I know for sure TLS isn't
> supported there.)
Which is just strange given how little effort is needed to
implement this in the runtime loader/libc.
Now that C++11 has 'thread_local' the situation will hopefully improve  
soon.


More information about the Digitalmars-d mailing list