[PATCH] D23488: ThinLTO: add early "dead-stripping" on the Index

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 14:25:37 PST 2016


mehdi_amini added a comment.

Forgot to ask, did you collect any statistics?
I'd be interested in things like (for let say clang itself):

- ThinLink time
- Link time
- Number of imported function
- Number of imported module
- Number of internalization
- Whatever else you think about :)


https://reviews.llvm.org/D23488





More information about the llvm-commits mailing list