This avoids creating multiple thunks for symbols with aliases or which
belong to ICF'd sections. This patch reduces the size of Chromium for
Android by 260KB (0.8%).
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 15857 Build 15857: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
lld/ELF/Relocations.cpp | ||
---|---|---|
1243 | Please add a comment saying that we use (section, offset) pair to find thunk position if possible so that we create only one thunk for aliased symbols or ICFed sections. |
Please add a comment saying that we use (section, offset) pair to find thunk position if possible so that we create only one thunk for aliased symbols or ICFed sections.