[PATCH] D36963: Use sorting instead of a lot of stable_partitions for `ICF::segregate` function

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 08:41:07 PDT 2017


ruiu added a comment.

There is still a reproducible issue. When I run lld several times to link clang with this patch, it produces two clang executables that are differ in size:

  151,173,632 clang.exe
  151,181,312 clang.exe

while without this patch, lld consistently produces the following executable:

  151,170,560 clang.exe


https://reviews.llvm.org/D36963





More information about the llvm-commits mailing list