diff options
author | Rui Ueyama <ruiu@google.com> | 2015-06-08 19:43:59 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-06-08 19:43:59 +0000 |
commit | 57fe78d339cb2b3584d91628f6496fa1babdce26 (patch) | |
tree | eb2feb6be344c7204d46468036cc8f05f7c8cdb7 /openmp/runtime/src/z_Linux_util.c | |
parent | 91b7870f42698b07e56b8172c20eb6e58cbdee97 (diff) | |
download | bcm5719-llvm-57fe78d339cb2b3584d91628f6496fa1babdce26.tar.gz bcm5719-llvm-57fe78d339cb2b3584d91628f6496fa1babdce26.zip |
COFF: Read symbol names lazily.
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
Diffstat (limited to 'openmp/runtime/src/z_Linux_util.c')
0 files changed, 0 insertions, 0 deletions