alloc: remove unsound IsZero for raw pointers#135339
Conversation
|
rustbot has assigned @Mark-Simulacrum. Use |
|
a bit unfortunate to lose this optimization, but it's fine. |
|
@bors rollup=never p=1 |
More proof that |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (760b6f8): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary -3.9%, secondary 1.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary -2.3%, secondary -2.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 764.797s -> 764.732s (-0.01%) |
|
...yeah, this was why I wanted to make sure the removal of this optimization landed first. |
Fixes #135338