[llvm] [MC][ELF] Eliminate some hash maps from ELFObjectWriter (PR #97421)
Alexis Engelke via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 3 11:15:09 PDT 2024
aengelke wrote:
> but the indirection might harm performance.
Agreed that the space savings are likely to hurt performance. Would be nice to remove the 60 padding bits from MCSymbol, though.
> Group signature symbols are strange
Yes, I also learned that while working on this...
Thanks for the review and comments!
https://github.com/llvm/llvm-project/pull/97421
More information about the llvm-commits
mailing list