[PATCH] D148356: [lld/ELF] Sort sections by SHF_X86_64_LARGE

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 07:53:29 PDT 2023


jyknight added a comment.

I believe we should be able to rearrange the large sections to be "around" all of the other sections, rather than at the end, in order to reduce the overhead of additional LOAD segments. I was playing with this before my vacation last week, and will post a proposed patch soon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148356



More information about the llvm-commits mailing list