-
Notifications
You must be signed in to change notification settings - Fork 13.3k
alloc: remove unsound IsZero
for raw pointers
#135339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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