Avoid calculating the string hash twice in GsymCreator::insertString.
Do the single hash calculation before acquiring the lock, to reduce lock contention. If Copy is true, and the string was not yet contained in the StringStorage, use the new address from StringStorage, but reuse the hash we already calculated. Differential Revision: https://reviews.llvm.org/D102484
Loading
Please sign in to comment