[PATCH] D46228: [ELF] Use union-find set and doubly linked list in Call-Chain Clustering (C³) heuristic

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 18 01:54:26 PDT 2019


MaskRay updated this revision to Diff 191058.
MaskRay retitled this revision from "[ELF] Use union-find set in Call-Chain Clustering (C³) heuristic to improve worst-case time complexity." to "[ELF] Use union-find set and doubly linked list in Call-Chain Clustering (C³) heuristic".
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added a subscriber: jdoerfert.
Herald added a project: LLVM.

std::list<int> Sections; -> int Next, Prev;


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D46228/new/

https://reviews.llvm.org/D46228

Files:
  ELF/CallGraphSort.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46228.191058.patch
Type: text/x-patch
Size: 5356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190318/519c8ff7/attachment.bin>


More information about the llvm-commits mailing list