[all-commits] [llvm/llvm-project] 828202: [sanitizer] Move out stack trace pointer from head...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu Oct 14 09:23:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8282024a74774261c89bda8c2950e804e374f03f
      https://github.com/llvm/llvm-project/commit/8282024a74774261c89bda8c2950e804e374f03f
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-10-14 (Thu, 14 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_stackdepotbase.h

  Log Message:
  -----------
  [sanitizer] Move out stack trace pointer from header StackDepot

Trace pointers accessed very rarely and don't need to
be in hot data.

Depends on D111613.

Reviewed By: dvyukov

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




More information about the All-commits mailing list