[PATCH] D144589: [lld-macho] Don't emit symbols into the symtab multiple times

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 22:39:36 PST 2023


int3 added a comment.

Turns out D145455: [lld-macho] Coalesce local symbol aliases along with their aliased weak def <https://reviews.llvm.org/D145455> is a massive perf win because the old 'solution' was actually a perf regression... heh


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144589



More information about the llvm-commits mailing list