- The Assigned bit was previously taking a word on its own. Move it into the bit fields in SectionBase.
- NumRelocations and AreRelocsRela were previously also taking up a word despite only using half of it. Move them into the alignment gap after SectionBase's fields.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 28850 Build 28849: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
I think the size of InputSection is too critical as the number of instances of that class is not that large compared to other stuff, e.g. relocations or mergeable strings. But still, smaller is better!