iOS natively supports thread-locals
Dan Olson via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Mon Jun 20 08:47:32 PDT 2016
Jacob Carlborg <doob at me.com> writes:
> On 2016-06-19 04:40, Dan Olson wrote:
>> Good news! I just did a simple LDC test of thread locals using vanilla
>> LLVM 3.8.0 and Xcode 3.7.1. Targeted both arm64 (iPhone 6) and armv7
>> (older iPad mini) running iOS 9.3.2. This paves the way for ditching my
>> modified LLVM.
>
> Aha, interesting. Does the implementation look like the one for OS X
> or is completely different?
It looks the same as OS X.
More information about the digitalmars-d-ldc
mailing list