[PATCH] D16440: [ThinLTO] Link in only necessary DICompileUnit operands
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 29 15:09:12 PST 2016
joker.eph added a comment.
I just checked on one of our projects and my ThinLTO think time improves from 3m31 (211s) to 3m8 (188s), i.e. 10% improvement with the current version of the patch.
(note this is the full link time, including optimization and codegen!)
http://reviews.llvm.org/D16440
More information about the llvm-commits
mailing list