TLF = thread local functions

Stanislav Blinov stanislav.blinov at gmail.com
Thu Jan 23 08:30:49 PST 2014


On Thursday, 23 January 2014 at 16:15:46 UTC, Frustrated wrote:
> On Thursday, 23 January 2014 at 14:49:11 UTC, Dicebot wrote:
>> On Thursday, 23 January 2014 at 14:44:01 UTC, Frustrated wrote:

> Precisely because the STACK is not TLS makes functions not 
> thread
> safe(since data is already "safe" in d).

Well, with a nasty hack you sort of can make a copy of stack for 
a delegate, but even then: pointers and references live on the 
stack too, yet they are aliases.


More information about the Digitalmars-d-learn mailing list