Steven Schveighoffer Wrote: > > As of now, D supports only x86. I think it has nestled itself into a > place where it needs to make tremendous assumptions about the processor > and OS. For example, the OS *must* support thread local storage.
It doesn't have to be an OS-level thing. In D, TLS on OSX allocates its storage dynamically within library code because OSX doesn't support __thread yet.
