[PATCH] D52193: RFC: [clang] Multithreaded compilation support
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 19 09:01:21 PDT 2018
aganea added a comment.
> clang-cl isn't supposed to do (explicit) registry accesses when you hold it right (pass in -fms-compatibility-version etc). Have you seen registry access costs, or is that speculation?
No speculation, I will share the FileMon logs shortly. It is indirectly dependent DLLs that access the registry, not clang-cl itself.
Repository:
rC Clang
https://reviews.llvm.org/D52193
More information about the cfe-commits
mailing list