[PATCH] D26241: [ELF] Speed-up lld up to 5 times by replacing llvm:regex with simple string matcher.

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 07:56:13 PDT 2016


evgeny777 added a comment.

That probably makes sense, because globMatch still consumes about 11% of running time in my case. But I'd do this in separate patch if this one lands.


Repository:
  rL LLVM

https://reviews.llvm.org/D26241





More information about the llvm-commits mailing list