[PATCH] D25079: [ELF] Set maximum page size to 65536 on AArch64
Andrew Turner via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 10:38:24 PDT 2016
andrew added a comment.
In https://reviews.llvm.org/D25079#561393, @emaste wrote:
> In https://reviews.llvm.org/D25079#558874, @peter.smith wrote:
>
> > Hello Ed,
> >
> > Would changing the maximum page size to 64k in lld for AArch64 give you any cause for concern?
>
>
> Sorry I didn't get a chance to look prior to commit. I don't think it's a problem but will ping @andrew for confirmation.
I can't think of any problems for FreeBSD. There might be advantages to making sure we can align things in memory on 2MB boundaries so we can use larger page table entries & reduce tlb usage.
Repository:
rL LLVM
https://reviews.llvm.org/D25079
More information about the llvm-commits
mailing list