[PATCH] D84714: [lld-macho] Implement -headerpad

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 09:55:49 PDT 2020


int3 added a comment.

Happy to emulate that behavior, but I'd like to check my understanding of the performance implications. Is it just a matter of saving one page? I guess it'd be significant if the first or last page in __TEXT was hot code and benefits from being in the L1 <https://reviews.llvm.org/L1> TLB, but I'm not sure how often that is the case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84714



More information about the llvm-commits mailing list