[PATCH] D19933: Make StringTableBuilder to cache hash values.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 13:19:48 PDT 2016


ruiu added a comment.

This change seems to speed up LLD a bit. Not too bad for a small patch.

Time to link Clang (debug build):

w/o patch 6.3696 seconds
w/patch   6.2746 seconds (-1.5%)


http://reviews.llvm.org/D19933





More information about the llvm-commits mailing list