[PATCH] D114394: Compile-time computation of string attribute hashes

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 15 05:27:04 PST 2021


serge-sans-paille added a comment.

Update: the strategy used by ``AttrBuilder`` might not be the best way to build new attributes. I've proposed an alternative implementation in https://reviews.llvm.org/D115798. This is somehow orthogonal to that patch, but it removes the need for temporary copies of string attributes Key/Value in the AttrBuilder which is already a big plus.


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

https://reviews.llvm.org/D114394



More information about the cfe-commits mailing list