This is an archive of the discontinued LLVM Phabricator instance.

Update document. It is not an overstatement that LLD is 2x faster than gold.
Needs ReviewPublic

Authored by ruiu on Nov 21 2016, 9:47 AM.
This revision needs review, but all specified reviewers are disabled or inactive.

Details

Reviewers
espindola
Summary

LLD is getting faster even though it was very fast from the beginning.
I think it is now fair to say that it is generally about 2x faster than gold.

Event Timeline

ruiu updated this revision to Diff 78734.Nov 21 2016, 9:47 AM
ruiu retitled this revision from to Update document. It is not an overstatement that LLD is 2x faster than gold..
ruiu updated this object.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
davide added a subscriber: davide.Nov 21 2016, 10:56 AM
davide added inline comments.
docs/NewLLD.rst
14

This is a strong claim. I'd rather leave the comment as is or rephrase as "it is generally faster than gold". If you really want to show the figures, well, maybe, we can add a section with some charts updated periodically (at each release), but I would refrain from making the statement so general.

emaste added a subscriber: emaste.Nov 21 2016, 11:22 AM
emaste added inline comments.
docs/NewLLD.rst
14

Perhaps we can get an updated version of @rafael's and @davide's BSDCan benchmark results, and reference specific results?

davide added inline comments.Nov 21 2016, 11:23 AM
docs/NewLLD.rst
14

Yes, that would do it. I think it's much better showing real numbers =)

davide added inline comments.Nov 21 2016, 11:24 AM
docs/NewLLD.rst
14

To clarify, I had in mind something like this http://www.dragonflybsd.org/performance/ but for link times.

ruiu added inline comments.Nov 21 2016, 11:41 AM
docs/NewLLD.rst
14

I agree that a graph would be better than the number. I don't think saying we are about 2x faster is a bad thing, we can change the tone to make it sound not too strong, but a graph would be more convincing.

espindola edited reviewers, added: espindola; removed: rafael.Mar 15 2018, 10:08 AM