[PATCH] D56325: Sort symbols in .bss by size.
Vic Yang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 18 11:34:30 PST 2019
victoryang added a comment.
In D56325#1362861 <https://reviews.llvm.org/D56325#1362861>, @grimar wrote:
> In D56325#1362094 <https://reviews.llvm.org/D56325#1362094>, @victoryang wrote:
>
> > Another data point: Sorting the data section for Chrome on Android, data section dirty pages went down from 6308KB to 6280KB (arm32).
>
>
> Or 0.5%..
0.5% may not sound a lot, but that's already a helpful amount for some systems, where you have to constantly make tradeoffs that sacrifices some functionalities to free up memory.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56325/new/
https://reviews.llvm.org/D56325
More information about the llvm-commits
mailing list