[PATCH] D59044: ELF: Reduce the size of InputSectionBase by two words. NFCI.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 16:16:05 PDT 2019


ruiu added a comment.

LGTM

I think the size of InputSection is too critical as the number of instances of that class is not that large compared to other stuff, e.g. relocations or mergeable strings. But still, smaller is better!


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59044





More information about the llvm-commits mailing list