[all-commits] [llvm/llvm-project] b3cc47: [ELF] Speed up Symbol::computeBinding. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jan 15 23:40:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3cc47006bf5b4b665db22e30d809ed40311bbee
https://github.com/llvm/llvm-project/commit/b3cc47006bf5b4b665db22e30d809ed40311bbee
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-15 (Sat, 15 Jan 2022)
Changed paths:
M lld/ELF/Symbols.cpp
Log Message:
-----------
[ELF] Speed up Symbol::computeBinding. NFC
When computeBinding is inlined into includeInDynsym and computeIsPreemptible,
the optimizer can remove the config->gnuUnique load.
More information about the All-commits
mailing list