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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 4 13:32:21 PST 2019


ruiu added a comment.

In D56325#1346864 <https://reviews.llvm.org/D56325#1346864>, @joerg wrote:

> I think this should factor in any larger-than-normal alignment, otherwise it could easily result in a significant increase in size?


I'm not worried too much about it, as I don't think sorting by size could make the situation worse.


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

https://reviews.llvm.org/D56325





More information about the llvm-commits mailing list