Displaying 1 result from an estimated 1 matches for "72375".
Did you mean:
2375
2014 Apr 21
2
[LLVMdev] LLVM Weekly - #16, Apr 21st 2014
...access to
thread-local storage. Renato Golin [followed
up](http://article.gmane.org/gmane.comp.compilers.llvm.devel/72378) with how
he thinks it is best to move forwards on the issue, while Mark Seaborn [shared
a neat trick the NaCl team
use](http://article.gmane.org/gmane.comp.compilers.llvm.devel/72375) where
they inline `pthread_getspecific` after verifying it contains the code they
expect.
* Kostya Serebryany [shares his concerns about contention between threads on
access to profile
counters](http://article.gmane.org/gmane.comp.compilers.llvm.devel/72247). For
a multi-threaded VP9 encoder, he&...