[PATCH] D62258: [scudo][standalone] Introduce the thread specific data structures
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 08:51:08 PDT 2019
cryptoad updated this revision to Diff 201263.
cryptoad marked 3 inline comments as done.
cryptoad added a comment.
Addressing several of Matt's review points:
- adding comments to obscure code snippets
- calling `initLinkerInitialized` when needed
- changing `unique_ptr`'s `get()->` to `->`
- simplifying some code constructs
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62258/new/
https://reviews.llvm.org/D62258
Files:
lib/scudo/standalone/CMakeLists.txt
lib/scudo/standalone/internal_defs.h
lib/scudo/standalone/tests/CMakeLists.txt
lib/scudo/standalone/tests/primary_test.cc
lib/scudo/standalone/tests/tsd_test.cc
lib/scudo/standalone/tsd.h
lib/scudo/standalone/tsd_exclusive.h
lib/scudo/standalone/tsd_shared.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62258.201263.patch
Type: text/x-patch
Size: 18165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/f2779321/attachment.bin>
More information about the llvm-commits
mailing list