[PATCH] D124042: [ELF] Shrink binding and type in Symbol
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 23:20:37 PDT 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Thanks for the update. Seems that the functions which become smaller are more than functions which become larger.
`lld::elf::SymbolTable::insert(llvm::StringRef)` and `SymbolTableSection::writeTo` are examples becoming smaller.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124042/new/
https://reviews.llvm.org/D124042
More information about the llvm-commits
mailing list