[all-commits] [llvm/llvm-project] 4b2b68: [lld] Change vector to SmallVector. NFC

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jul 30 18:11:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b2b68d5abd8981d0a5ca47e2bbc6df3d8360fd1
      https://github.com/llvm/llvm-project/commit/4b2b68d5abd8981d0a5ca47e2bbc6df3d8360fd1
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M lld/Common/Args.cpp
    M lld/Common/Strings.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/MachO/Config.h
    M lld/include/lld/Common/Args.h
    M lld/include/lld/Common/Strings.h
    M lld/wasm/Config.h

  Log Message:
  -----------
  [lld] Change vector to SmallVector. NFC

My lld executable is 1.6KiB smaller and some functions are now more efficient.




More information about the All-commits mailing list