[PATCH] D50297: Align AArch64 and i386 image base to superpage

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 12:19:40 PDT 2018


emaste added a comment.

In https://reviews.llvm.org/D50297#1236972, @ruiu wrote:

> In theory this change shouldn't affect the amount of memory used by an application


I believe that is the case, yes.

In the past I've worked on a proprietary i386 application that used as much address space as it could get, but this is a very unusual case, which can be addressed on an as-needed basis, and is largely irrelevant today as such applications transitioned to x86_64 years ago.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D50297





More information about the llvm-commits mailing list