[PATCH] D58612: Use std::atomic<> for static counters.
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 25 05:40:43 PST 2019
riccibruno added a comment.
Hmm. These are not the only static variables which are used for statistics (eg: in `DeclBase.cpp`). Would it make sense instead to keep all of the statistics in the AST context (without making them atomic) ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58612/new/
https://reviews.llvm.org/D58612
More information about the cfe-commits
mailing list