mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
57fe78d339cb2b3584d91628f6496fa1babdce26
This change seems to make the linker about 10% faster. Reading symbol name is not very cheap because it needs strlen() on the string table. We were wasting time on reading non-external symbol names that would never be used by the linker. llvm-svn: 239332
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%