[PATCH] D80298: [LLD] Make scoped timers thread safe
Reid "On Leave" Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 08:10:55 PDT 2020
rnk created this revision.
rnk added reviewers: aganea, MaskRay.
Herald added a subscriber: jfb.
Herald added a project: LLVM.
This is a pre-requisite to parallelizing PDB symbol and type merging.
Currently this timer usage would not be thread safe.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80298
Files:
lld/COFF/Driver.cpp
lld/Common/Timer.cpp
lld/include/lld/Common/Timer.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80298.265249.patch
Type: text/x-patch
Size: 3981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200520/956c9b57/attachment.bin>
More information about the llvm-commits
mailing list