[PATCH] D142318: [Support] Add PerThreadBumpPtrAllocator class.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 08:44:01 PDT 2023
avl updated this revision to Diff 513255.
avl added a comment.
addressed comments. added getThreadLocalAllocator().
grouped methods on whether it could be or not called asynchronously.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142318/new/
https://reviews.llvm.org/D142318
Files:
llvm/include/llvm/DWARFLinkerParallel/StringPool.h
llvm/include/llvm/Support/Parallel.h
llvm/include/llvm/Support/PerThreadBumpPtrAllocator.h
llvm/lib/Support/Parallel.cpp
llvm/unittests/ADT/ConcurrentHashtableTest.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/PerThreadBumpPtrAllocatorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142318.513255.patch
Type: text/x-patch
Size: 22292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/91ab8a1e/attachment.bin>
More information about the llvm-commits
mailing list