| commit | d884927463d772adbbbf1073b2a3187c2a82d5b0 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Wed May 25 16:37:01 2016 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Wed May 25 16:37:01 2016 +0000 |
| tree | 960ecba6f2fa3e900d30a6e43360b05935f75c1c | |
| parent | bf9d1aa9310dd3fbb53b885469cdf3dc87e85480 [diff] |
Make SectionPiece 8 bytes smaller on LP64. 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 about 2%. Differential Revision: http://reviews.llvm.org/D20613 llvm-svn: 270717