[PATCH] D37590: [scudo] RFC thread specific data refactoring

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 01:26:08 PDT 2017


dvyukov added a comment.

Looks reasonable.

Would be easier to understand if s/ScudoThreadContext/ScudoTSD/ renaming is separated.
So this is basically no functional changes, just rebranding what we had for linux as "context per thread" and what we had for android as "several shared contexts", right?


https://reviews.llvm.org/D37590





More information about the llvm-commits mailing list