[PATCH] D126484: [LLD][ELF] Drop the string null terminator from the hash in splitStrings

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 16:53:44 PDT 2022


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

Thanks for looking into the performance:)

This decreases work for xxhash and for x86-64 seems to make the code sequence 3 byte shorter.


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

https://reviews.llvm.org/D126484



More information about the llvm-commits mailing list