[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:37:52 PDT 2016
peter.smith added a comment.
Given that on ld/gold max-page-size=64k common-page-size=4k, which doesn't increase the image size much I doubt many people with 4k page size systems will explicitly chang it. Furthermore I expect the binutils for each distro has a specs file with the appropriate defaults.
I've not got any strong personal opinions on page size, but I do want to make sure we don't needless upset someone by changing the default. I'll check with the BSD team as they are probably the largest stakeholder for AARCH64 support in lld right now.
Repository:
rL LLVM
https://reviews.llvm.org/D25079
More information about the llvm-commits
mailing list