[all-commits] [llvm/llvm-project] 37f302: [memprof] Use uint32_t for linear call stack IDs (...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri May 31 10:29:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37f302348717d1cceb2708b50eb08d98789a3469
      https://github.com/llvm/llvm-project/commit/37f302348717d1cceb2708b50eb08d98789a3469
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-05-31 (Fri, 31 May 2024)

  Changed paths:
    M llvm/include/llvm/ProfileData/MemProf.h
    M llvm/lib/ProfileData/MemProf.cpp

  Log Message:
  -----------
  [memprof] Use uint32_t for linear call stack IDs (#93924)

This patch switches to uint32_t for linear call stack IDs as uint32_t
is sufficient to index into the call stack array.



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