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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 11:18:21 PDT 2016


Got it. We need to eliminate all uses of llvm::Regex, but this patch is
good enough as a first step.

On Wed, Nov 2, 2016 at 11:15 AM, Eugene Leviant <evgeny.leviant at gmail.com>
wrote:

> "[characters]" are handled by SymbolTable, which does still use llvm::Regex
>
> 2016-11-02 21:13 GMT+03:00 Rui Ueyama <ruiu at google.com>:
> > ruiu added a comment.
> >
> > You need to handle [characters] as George pointed out. Don't we have a
> test for that?
> >
> >
> > Repository:
> >   rL LLVM
> >
> > https://reviews.llvm.org/D26241
> >
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161102/29eed397/attachment.html>


More information about the llvm-commits mailing list