[all-commits] [llvm/llvm-project] ba948c: [ELF] Use SmallVector for some global variables (*...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Dec 22 22:30:21 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba948c5a9c524b46e6c1f31090f0b85275947867
      https://github.com/llvm/llvm-project/commit/ba948c5a9c524b46e6c1f31090f0b85275947867
  Author: Fangrui Song <i at maskray.me>
  Date:   2021-12-22 (Wed, 22 Dec 2021)

  Changed paths:
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/OutputSections.cpp
    M lld/ELF/OutputSections.h
    M lld/ELF/Writer.cpp

  Log Message:
  -----------
  [ELF] Use SmallVector for some global variables (*Files and *Sections). NFC

My lld executable is 26+KiB smaller.




More information about the All-commits mailing list