Files
jemalloc/src
Kevin Svetlitski 3e82f357bb Fix all optimization-inhibiting integer-to-pointer casts
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.
2023-07-24 14:40:42 -07:00
..
2021-12-23 10:55:08 -08:00
2021-12-23 10:55:08 -08:00
2023-06-23 11:50:29 -07:00
2023-06-23 11:50:29 -07:00
2021-12-15 10:39:17 -08:00
2020-11-13 13:42:33 -08:00
2020-12-04 23:48:19 -08:00
2021-08-05 14:33:16 -07:00
2021-12-23 10:55:08 -08:00
2021-12-15 10:39:17 -08:00
2021-02-11 11:32:01 -08:00
2021-02-04 14:10:43 -08:00
2021-02-04 14:10:43 -08:00