[PATCH] D23966: ThinLTO: sort inputs and schedule by decreasing size

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 28 09:20:21 PDT 2016


tejohnson added a comment.

Code changes look fine. But what is the impact on memory? I wonder if this will bloat the peak memory because more of the large modules will get run in parallel.


https://reviews.llvm.org/D23966





More information about the llvm-commits mailing list