LLVM and TLS

Jacob Carlborg via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Feb 23 10:25:16 PST 2015


On 2015-02-23 17:18, Dan Olson wrote:

> Hi Jonathan.
>
> The reason for slowness on OS X is here in the source code on Apple's
> website. A TLS has the extra cost of address lookup by a call to
> _tlv_get_addr:

Other platforms also use an extra functoin for some models, i.e. when 
support for dynamic libraries are required.

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list