[all-commits] [llvm/llvm-project] 457273: [ELF] splitStrings: replace entSize==1 special cas...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sun Jan 30 17:15:57 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 457273fda527f386e025449e357977688f0ae6d6
      https://github.com/llvm/llvm-project/commit/457273fda527f386e025449e357977688f0ae6d6
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-01-30 (Sun, 30 Jan 2022)

  Changed paths:
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h

  Log Message:
  -----------
  [ELF] splitStrings: replace entSize==1 special case with manual loop unswitch. NFC

My x86-64 lld executable is actually smaller.




More information about the All-commits mailing list