Lazify CRT objects fields initilization#126860
Lazify CRT objects fields initilization#126860Urgau wants to merge 2 commits intorust-lang:masterfrom
Conversation
|
These commits modify compiler targets. |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Lazify CRT objects fields initilization This PR lazify the CRT objects by introducing `MaybeLazy`, a 3-way lazy container (borrowed, owned and lazied state). Split from rust-lang#122703 r? `@petrochenkov`
|
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (72d733c): comparison URL. Overall result: ❌ regressions - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)Results (primary -2.6%, secondary 0.5%)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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 691.495s -> 690.854s (-0.09%) |
This PR lazify the CRT objects by introducing
MaybeLazy, a 3-way lazy container (borrowed, owned and lazied state).Split from #122703
r? @petrochenkov