[all-commits] [llvm/llvm-project] 66f098: Reorder fields for better packing (#77998)

Nathan Sidwell via All-commits all-commits at lists.llvm.org
Mon Mar 11 04:35:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66f0984385fe3d3c1ece0ac22ff338ee348b2862
      https://github.com/llvm/llvm-project/commit/66f0984385fe3d3c1ece0ac22ff338ee348b2862
  Author: Nathan Sidwell <nathan at acm.org>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h

  Log Message:
  -----------
  Reorder fields for better packing (#77998)

The RelocationEntry's fields are poorly ordered when considering
padding. This reordering reduces the size from 56 bytes to 40 bytes (on
LP64).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list