[all-commits] [llvm/llvm-project] d1f72f: memprof: don't use thread user_id

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Wed Nov 17 05:49:37 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1f72f02d00d3bc6cf5e7f77d26f21c25682064c
      https://github.com/llvm/llvm-project/commit/d1f72f02d00d3bc6cf5e7f77d26f21c25682064c
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-11-17 (Wed, 17 Nov 2021)

  Changed paths:
    M compiler-rt/lib/memprof/memprof_thread.cpp

  Log Message:
  -----------
  memprof: don't use thread user_id

memprof does not use user_id for anything,
so don't pass it to ThreadCreate.
Passing a random field of MemprofThread as user_id
does not make much sense anyway.

Depends on D113920.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D113921




More information about the All-commits mailing list