[PATCH] D37590: [scudo] RFC thread specific data refactoring
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 12 08:52:46 PDT 2017
cryptoad added a comment.
In https://reviews.llvm.org/D37590#867633, @dvyukov wrote:
> It would be interesting to benchmark Android with cache per thread model as well.
As of now, Android still doesn't have ELF TLS but is using emutls for its thread_local variables, which doesn't work for us.
https://reviews.llvm.org/D37590
More information about the llvm-commits
mailing list