[all-commits] [llvm/llvm-project] e8fafa: [ELF] Replace rawData+size with content_+size+comp...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sun Nov 20 15:22:47 PST 2022


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

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

  Log Message:
  -----------
  [ELF] Replace rawData+size with content_+size+compressedSize

compressedSize resides in an existing union. sizeof(InputSection) decreases from
160 to 152 on ELF64 systems.




More information about the All-commits mailing list