[PATCH] D51049: Driver: Enable address-significance tables by default when targeting COFF.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 22 17:10:06 PDT 2018
pcc added a comment.
With ELF it was around 0.1% for a self-host of Clang. I also checked the overhead with COFF for Chromium's base_unittests and it was around 0.2% without debug info. I think that's small enough that we can turn this on by default.
Repository:
rL LLVM
https://reviews.llvm.org/D51049
More information about the llvm-commits
mailing list