[PATCH] D68620: DebugInfo: Use base address selection entries for debug_loc

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 11:52:45 PDT 2020


nickdesaulniers added a comment.

In D68620#1729184 <https://reviews.llvm.org/D68620#1729184>, @rupprecht wrote:

> It looks like this caused a very large increase in binary size (627M->686M). Is that expected/has anyone else observed this?


Yes; we're observing a 2.8% increase for non-LTO, 8.3% increase for LTO in Linux kernel image size when CONFIG_DEBUG_INFO is set to emit debug sections (DWARF4). b/154242577

Our LTO builds were also slowed down 4.2% by this.

@dblaikie was there any follow up to this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68620/new/

https://reviews.llvm.org/D68620





More information about the llvm-commits mailing list