- Add a set of micro benchmarks for memory accesses, mem* functions and unaligned accesses.
- Add support for multiple benchmarks in a single binary (or it would require 12 new benchmark binaries).
- Remove the "clock growth" machinery, it affects the current tsan runtime by increasing size of all vector clocks, but this won't be relevant for the new tsan runtime.
Details
Details
- Reviewers
vitalybuka melver - Commits
- rGc4cb9b64dd35: tsan: add more micro benchmarks
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo