back
1 comments
Note that you can use D without TLS on scenarii that don't support it. TLS is a need of (parts of) the D runtime, which you can avoid if need be. This is painful, yet doable.
The older D compilers would emulate TLS for platforms that didn't support it, like the older Mac OS. That code is still in there somewhere.
He is using exactly that already.