[CodeLayout] CDSortImpl: remove HotChains and remove linear-time erase_value...
[CodeLayout] CDSortImpl: remove HotChains and remove linear-time erase_value from mergeChains (#69276) After mergeChainPairs initializes a priority queue, HotChains is unused except a HotChains.size() use in LLVM_DEBUG. Optimize it out.
Loading
Please sign in to comment