[all-commits] [llvm/llvm-project] fee789: [ELF] Optimize SectionBase::Kind values to make is...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Feb 28 00:24:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fee78961f52a26686b98701ab6596931ebe95414
https://github.com/llvm/llvm-project/commit/fee78961f52a26686b98701ab6596931ebe95414
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M lld/ELF/InputSection.h
Log Message:
-----------
[ELF] Optimize SectionBase::Kind values to make isa<InputSection> more efficient. NFC
Surprisingly my lld executable is 1.5KiB smaller.
More information about the All-commits
mailing list