[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 06:03:15 PDT 2016


evgeny777 created this revision.
evgeny777 added reviewers: ruiu, rafael.
evgeny777 added subscribers: grimar, ikudrin, llvm-commits.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.

This patch reduces linking time of libcxx (libcxx.llvm.org) test suite from 11.1 sec to 2.3 sec on my PC (i7-2600K, 16GB RAM, SSD).
Can provide VSP (Visual Studio performance report) files on request.


Repository:
  rL LLVM

https://reviews.llvm.org/D26241

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/Strings.cpp
  ELF/Strings.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26241.76696.patch
Type: text/x-patch
Size: 5455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161102/a2adbcce/attachment.bin>


More information about the llvm-commits mailing list