Files
clang-p2996/compiler-rt/test/rtsan/deduplicate_errors.cpp
Chris Apple f5b95db4c3 [rtsan] Only print out unique stack traces (#110028)
# Why?

In real-time programming, you often have a process or dispatch loop that
is called many, many, many times. Without de-duplication the user will
be drowning in errors.

Introduce a way to only print the stacks one time only, if they have
been seen before
2024-09-26 10:53:37 -07:00

938 B