[all-commits] [llvm/llvm-project] 5d3332: [DWARFLinker] Use union to reduce sizeof(WorklistI...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Nov 6 23:24:57 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d3332bc3ce2de80c68f4d63a7204e3f5803523b
      https://github.com/llvm/llvm-project/commit/5d3332bc3ce2de80c68f4d63a7204e3f5803523b
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-11-06 (Fri, 06 Nov 2020)

  Changed paths:
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h

  Log Message:
  -----------
  [DWARFLinker] Use union to reduce sizeof(WorklistItem) (NFC)

Reduce the size of the WorklistItem struct by using a struct.




More information about the All-commits mailing list