[PATCH] D153771: [BOLT][Instrumentation] Fix hash table memory corruption and append-pid option
Denis Revunov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 07:30:11 PDT 2023
treapster updated this revision to Diff 536765.
treapster added a comment.
Since we don't need generic global placement new operator, and defining it in class scope is legal according to cppreference, i decided to move the operator to BumpPtrAllocator scope and define it there.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153771/new/
https://reviews.llvm.org/D153771
Files:
bolt/runtime/instr.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153771.536765.patch
Type: text/x-patch
Size: 4084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230703/121ef03f/attachment.bin>
More information about the llvm-commits
mailing list