[PATCH] D39152: ELF: Add support for emitting dynamic relocations in the Android relocation packing format.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 19:41:34 PDT 2017
ruiu added inline comments.
================
Comment at: lld/ELF/SyntheticSections.cpp:1342
+ // reduce the size of the relocation section in an Android Chromium DSO from
+ // 2911184 bytes to 174693 bytes, or 6% of the original size.
+ //
----------------
That is huge savings! I'd put commas to the numbers because at first it looked like a reduction from 29 to 17. :)
https://reviews.llvm.org/D39152
More information about the llvm-commits
mailing list