[PATCH] D56325: Sort symbols in .bss by size.
Vic Yang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 16 15:48:38 PST 2019
victoryang added a comment.
I was able to build and test Chrome on Android. Without this, the dirty pages from all libraries included in Chrome APK sum up to 364KB. With the symbols in those libraries sorted, this comes down to 360KB.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56325/new/
https://reviews.llvm.org/D56325
More information about the llvm-commits
mailing list