mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Following from PR #2481, we replace all integer-to-pointer casts [which hide pointer provenance information (and thus inhibit optimizations)](https://clang.llvm.org/extra/clang-tidy/checks/performance/no-int-to-ptr.html) with equivalent operations that preserve this information. I have enabled the corresponding clang-tidy check in our static analysis CI so that we do not get bitten by this again in the future. |
||
|---|---|---|
| .. | ||
| freebsd | ||
| linux | ||
| windows | ||
| check-formatting.sh | ||
| check_trailing_whitespace.sh | ||
| gen_run_tests.py | ||
| gen_travis.py | ||
| run_static_analysis.sh | ||