More pure optimizations

Ary Borenszweig ary at esperanto.org.ar
Wed Jun 3 21:17:32 PDT 2009


bearophile escribió:
> Ary Borenszweig:
>> What if a different thread modifies h in between the loop?
> 
> "h" associative array as a thread-local?

but from the method's signature:

int foo(int[string] h)

you can't tell that h is thread-local or not. Is that what you mean?



More information about the Digitalmars-d mailing list