[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 10:51:12 PDT 2016
evgeny777 added a comment.
> If you want to optimize something, you might want to do that in llvm::regex
AFAIK llvm::regex is NFA (it's actually a rip from OpenBSD). Are you suggesting to implement additional DFA engine for this purpose?
Repository:
rL LLVM
https://reviews.llvm.org/D26241
More information about the llvm-commits
mailing list