llvm-project
bf4da509
- [clang] [sanitizer] add pseudofunction to indicate array-bounds check (#128977)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
300 days ago
[clang] [sanitizer] add pseudofunction to indicate array-bounds check (#128977) With this, we can: * use profilers to estimate how many cycles we spend on these checks (subject to caveats), * more easily see why we crashed.
References
users/fmayer/spr/main.clang-sanitizer-add-pseudofunction-to-indicate-array-bounds-check
#128977 - [clang] [sanitizer] add pseudofunction to indicate array-bounds check
Author
fmayer
Parents
495eb4fd
Loading