[PATCH] D25079: [ELF] Set maximum page size to 65536 on AArch64

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 03:41:51 PDT 2016


peter.smith added a reviewer: emaste.
peter.smith added a comment.

Hello Ed,

Would changing the maximum page size to 64k in lld for AArch64 give you any cause for concern? My understanding is that it would increase ELF file size as each OutputSection would be aligned on a 64k boundary, but this would mean that both systems with a 4k and 64k page size could run with the default configuration.

Peter


Repository:
  rL LLVM

https://reviews.llvm.org/D25079





More information about the llvm-commits mailing list