[PATCH] D77330: Consider increasing the default ARM32 page size to 64k.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 14:10:48 PDT 2020


MaskRay added a comment.

I am still in favor of this change:

- Better interoperability with AArch64
- No size difference (for most cases)
- Better compatibility GNU ld>=2014
- We have plenty of approaches to specify `-z max-page-size=4096` for Android NDK users
- Importantly, we have a contributor who is willing to fix the 58 tests

`git shortlog --after 2014-01-01 -- gold/arm.cc` says there has been very little activity. I don't want us to be locked down by decisions in gold due to lack of maintenance.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77330/new/

https://reviews.llvm.org/D77330





More information about the llvm-commits mailing list