- Move kMaxSize declaration to private section.
- Inline Reset, it's trivial and called semi-frequently.
Details
Details
- Reviewers
vitalybuka melver - Commits
- rG7c6cca4b6e75: tsan: minor IgnoreSet refactoring
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/lib/tsan/rtl/tsan_ignoreset.cpp | ||
|---|---|---|
| 31–32 | Could make this inlinable too? | |
Could make this inlinable too?
Would save generation of IgnoreSet::Size() function even if called infrequently.