[PATCH] D56325: Sort symbols in .bss by size.

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 4 14:28:28 PST 2019


joerg added a comment.

It can certainly make it worse, e.g. if you have one input section with half page size  and page alignment followed by another input section with half page size. Depending on the precise size and order, it will fit into one page or two. It's a bit constructured, but gives the general idea.


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

https://reviews.llvm.org/D56325





More information about the llvm-commits mailing list