Revert "Simplify internals of {Rc,Arc}::default"#153108
Revert "Simplify internals of {Rc,Arc}::default"#153108rust-bors[bot] merged 1 commit intorust-lang:mainfrom
{Rc,Arc}::default"#153108Conversation
This reverts commit ce4c17f.
|
rustbot has assigned @Mark-Simulacrum. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
It appears that the pointer write trick doesn't work, the write of @bors r+ |
Revert "Simplify internals of `{Rc,Arc}::default`"
This reverts rust-lang#152591 following a [perf run being done](rust-lang#152591 (comment)). I'm not really positioned at this time to dive in further and understand the performance regressions, so I'll back away from `Rc`/`Arc` and leave them as-is.
|
(This has perf differences so to not make rollup perf more noisy) |
|
Scheduling... |
This comment has been minimized.
This comment has been minimized.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 25396cf (parent) -> 6a979b3 (this PR) Test differencesShow 812 test diffs812 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 6a979b3e32522049d0acb4a47f7ae44b7c8abfd5 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (6a979b3): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 6.5%, secondary 7.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResults (primary -0.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 481.72s -> 484.473s (0.57%) |
|
@joboet FWIW I was just copying what I also suspect that's not the source of regressions since that was in (I think?) compiling Cargo and html5ever. My guess is they both heavily use It sounds like the codegen of neither |
This reverts #152591 following a perf run being done. I'm not really positioned at this time to dive in further and understand the performance regressions, so I'll back away from
Rc/Arcand leave them as-is.