[PATCH] D24987: [ELF] Use MaxPageSize for aligning PT_LOAD

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 12:49:23 PDT 2016


On 2 November 2016 at 18:34, Ed Maste <emaste at freebsd.org> wrote:
> emaste added a comment.
>
> I'm not sure what's the best solution here; we could add `-zmax-page-size` to the FreeBSD kernel build, but I'm not sure we want to diverge from ld.bfd. For now I'm testing with a change to set x86 MaxPageSize back to 0x200000.

I guess we will have to implement the option to overlap pages on disk.
I will take a look.

Cheers,
Rafael


More information about the llvm-commits mailing list