[PATCH] D96757: [InstrProfiling] Use ELF section groups for counters, data and values

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 16:54:25 PST 2021


davidxl added a comment.

Good point about the section header. The objective of the patch is to reduce binary image size (loadable sections) though the object size may increase.  It would be good to know the object size overhead because some of our large binaries may get hit during link time (of instr binary).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96757



More information about the llvm-commits mailing list