[all-commits] [llvm/llvm-project] 33319d: [ELF] LTO: skip expensive usedStartStop initializa...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Dec 23 01:53:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33319dde2a4f594ba763f82e89b7cf4024416ff8
https://github.com/llvm/llvm-project/commit/33319dde2a4f594ba763f82e89b7cf4024416ff8
Author: Fangrui Song <i at maskray.me>
Date: 2021-12-23 (Thu, 23 Dec 2021)
Changed paths:
M lld/ELF/LTO.cpp
Log Message:
-----------
[ELF] LTO: skip expensive usedStartStop initialization if bitcodeFiles.empty()
This may cost 1.3+% of total link time.
More information about the All-commits
mailing list