[all-commits] [llvm/llvm-project] 898b6c: [ELF] Shuffle SectionBase fields. NFC

Fangrui Song via All-commits all-commits at lists.llvm.org
Sun Nov 20 13:23:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 898b6c5f3a8c78d9663cf58732baee0c0687451b
      https://github.com/llvm/llvm-project/commit/898b6c5f3a8c78d9663cf58732baee0c0687451b
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-11-20 (Sun, 20 Nov 2022)

  Changed paths:
    M lld/ELF/InputSection.h

  Log Message:
  -----------
  [ELF] Shuffle SectionBase fields. NFC

Move frequently used fields (e.g. sectionKind, partition) to the top. My x86-64 lld executable is 600+B smaller.




More information about the All-commits mailing list