[PATCH] D120677: [LLD] [COFF] Use StringTableBuilder to optimize the string table

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 15:27:26 PST 2022


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

The size improvements are entirely from string tail merging, right?

In any case, this looks good to me. Debug info and symbols are sufficiently large that it's worth taking the time to make it smaller where possible.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120677



More information about the llvm-commits mailing list