[PATCH] D75216: [lld][ELF] Add some release notes

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 22:34:29 PST 2020


MaskRay marked an inline comment as done.
MaskRay added inline comments.


================
Comment at: lld/docs/ReleaseNotes.rst:39
-
-* Reduced size of linked MIPS binaries.
 
----------------
atanasyan wrote:
> Why did you remove this line?
IIUC, you meant https://reviews.llvm.org/rL371554.

But this size optimization is generic. It also removes upto 3*maxpagesize for other targets.

For example, defaultMaxPageSize is also 65536 on AArch64/powerpc32/powerpc64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75216





More information about the llvm-commits mailing list