[PATCH] D46228: [ELF] Use union-find set in Call-Chain Clustering (C³) heuristic to improve worst-case time complexity.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 12 15:08:12 PDT 2018


MaskRay updated this revision to Diff 169502.
MaskRay added a comment.

Rename findLeader to getLeader (not sure it conveys the meaning better that it is mutable. I'm not good at naming things)


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46228

Files:
  ELF/CallGraphSort.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46228.169502.patch
Type: text/x-patch
Size: 3051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181012/a4ea8477/attachment.bin>


More information about the llvm-commits mailing list