[all-commits] [llvm/llvm-project] e5859a: [sanitizer] Remove use_count from StackDepotNode
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun Oct 24 13:55:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5859afa9f4f821c86ab3da701260887130ec57b
https://github.com/llvm/llvm-project/commit/e5859afa9f4f821c86ab3da701260887130ec57b
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-10-24 (Sun, 24 Oct 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
Log Message:
-----------
[sanitizer] Remove use_count from StackDepotNode
This is msan/dfsan data which does not need waste cache
of other sanitizers.
Depends on D111614.
Differential Revision: https://reviews.llvm.org/D111615
Commit: 850217686e211f9515d60f31e31bc4171f544239
https://github.com/llvm/llvm-project/commit/850217686e211f9515d60f31e31bc4171f544239
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-10-24 (Sun, 24 Oct 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
Log Message:
-----------
[sanitizer] Remove tag from StackDepotNode
And share storage with size.
Depends on D111615.
Differential Revision: https://reviews.llvm.org/D111616
Compare: https://github.com/llvm/llvm-project/compare/54405a49d868...850217686e21
More information about the All-commits
mailing list