[all-commits] [llvm/llvm-project] ce7f8c: [sanitizer] Remove id and replace link with u32

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Oct 12 15:53:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce7f8c8474c713d51dce42081f25b1100303de47
      https://github.com/llvm/llvm-project/commit/ce7f8c8474c713d51dce42081f25b1100303de47
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h

  Log Message:
  -----------
  [sanitizer] Remove id and replace link with u32

This lets us reduce size of Node, similar to D111183 proposal.

Depends on D111610.

Reviewed By: dvyukov

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




More information about the All-commits mailing list