commit | c8e6884871ed43c4f403e634e7b1aac0829bac26 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <[email protected]> | Tue Dec 06 02:19:30 2016 |
committer | Rui Ueyama <[email protected]> | Tue Dec 06 02:19:30 2016 |
tree | 66a8af1f9466e418136091f79019fef105291e47 | |
parent | a7f30b1af127dbbd95a33518437fd36a8bb07796 [diff] |
Inline MergeInputSection::getData(). This change seems to make LLD 0.6% faster when linking Clang with debug info. I don't want us to have lots of local optimizations, but this function is very hot, and the improvement is small but not negligible, so I think it's worth doing. llvm-svn: 288757