[lld] r250227 - ELF2: Add a note about performance.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 14:28:03 PDT 2015


Author: ruiu
Date: Tue Oct 13 16:28:02 2015
New Revision: 250227

URL: http://llvm.org/viewvc/llvm-project?rev=250227&view=rev
Log:
ELF2: Add a note about performance.

Modified:
    lld/trunk/ELF/README.md

Modified: lld/trunk/ELF/README.md
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/README.md?rev=250227&r1=250226&r2=250227&view=diff
==============================================================================
--- lld/trunk/ELF/README.md (original)
+++ lld/trunk/ELF/README.md Tue Oct 13 16:28:02 2015
@@ -11,3 +11,10 @@ Capabilities
 ------------
 This linker can link LLVM and Clang on Linux/x86-64 or FreeBSD/x86-64
 with -LLVM_ENABLE_THREADS=OFF. "Hello world" can be linked on Linux/PPC64.
+
+Performance
+-----------
+Achieving good performance is one of our goals. It's too early to reach a
+conclusion, but we are optimistic about that as it currently seems to be faster
+than GNU gold. It will be interesting to compare when we are close to feature
+parity.




More information about the llvm-commits mailing list