[all-commits] [llvm/llvm-project] 10316a: [ELF] Change InputSectionDescription members from ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Dec 26 13:07:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10316a6f94d47e859a8c2e5b42905f40b9c5c44e
https://github.com/llvm/llvm-project/commit/10316a6f94d47e859a8c2e5b42905f40b9c5c44e
Author: Fangrui Song <i at maskray.me>
Date: 2021-12-26 (Sun, 26 Dec 2021)
Changed paths:
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/ARMErrataFix.cpp
M lld/ELF/LinkerScript.cpp
M lld/ELF/LinkerScript.h
M lld/ELF/Relocations.cpp
Log Message:
-----------
[ELF] Change InputSectionDescription members from vector to SmallVector
This decreases sizeof(lld::elf::InputSectionDescription) from 264 to 232.
More information about the All-commits
mailing list