This patch makes SectionPiece class 8 bytes smaller on platforms
on which pointer size is 8 bytes. Sean suggested in a post commit
review for r270340 that this could make a differentce, and it
actually is. Time to link clang (with debug info) improved from
6.725 seconds to 6.589 seconds or by 2%.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
The largest speedup I noticed when using two ltoed llds was when
linking scylladb. From 4.246328024 to 4.185731084. 1.014477026541795
times faster.
Cheers,
Rafael