ELF2: Add a note about performance.

llvm-svn: 250227
This commit is contained in:
Rui Ueyama
2015-10-13 21:28:02 +00:00
parent cebb449e11
commit 38edcec272

View File

@@ -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.