commit | 38cc518c40773d9882ce476adc60051431951a7b | [log] [tgz] |
---|---|---|
author | Vic Yang <victoryang@google.com> | Fri Dec 14 05:58:32 2018 -0800 |
committer | Vic Yang <victoryang@google.com> | Fri Dec 14 06:03:09 2018 -0800 |
tree | e4c8fa90c06eb47dc6f218afd524efa0446bf9c6 | |
parent | e27c237fc7f77d17a0b1ddabc789cb9b6fd4189f [diff] |
Move DwarfCfaInfo::kTable from data.rel.ro to rodata Pages in .data.rel.ro are always dirty. Move whatever we can to .rodata so that we reduce memory pressure. The size of rodata, text, and data.rel.ro sections of linker64 on cuttlefish before/after this change: rodata: 0x170e4 -> 0x17964 (+2176 bytes) text: 0xec919 -> 0xec919 (no change) data.rel.ro: 0x9cf0 -> 0x98f0 (-1024 bytes) Test: Boot cuttlefish Change-Id: Ib2fd2bb0afb50208d441731d8c31bc8f287272c3