[PATCH] D54370: [codeview] Expose -gcodeview-ghash for global type hashing
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 11 08:33:19 PST 2018
aganea added a comment.
@rnk Could you possibly post build metrics for Chromium (for the whole build process, compilation and link) with and without ghash?
In my early tests, it seemed that on a large project, compilation was a bit slower overall, but linking was faster.
If that still holds, enabling ghash seems only useful when iterating, given you have a good caching mecanism in your build system.
https://reviews.llvm.org/D54370
More information about the llvm-commits
mailing list