Reland debug impl for fieldless enums with concatenated string without using discriminant_value - #162535
Reland debug impl for fieldless enums with concatenated string without using discriminant_value#162535panstromek wants to merge 3 commits into
Conversation
This reverts commit f91c12f.
…get variant index
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Reland debug impl for fieldless enums with concatenated string without using discriminant_value
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (6ff0c29): comparison URL. Overall result: ❌ regressions - no action neededBenchmarking means the PR may be perf-sensitive. Consider adding rollup=never if this change is not fit for rolling up. @rustbot label: -S-waiting-on-perf -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 0.8%, secondary -0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 1.0%, secondary 5.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.1%, secondary 4.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 481.923s -> 481.101s (-0.17%) |
|
Replacing |
|
☔ The latest upstream changes (presumably #162631) made this pull request unmergeable. Please resolve the merge conflicts by rebasing. |
Let's see whether this is still benefitial. If yes, then I'll clean this up.
relands #155452
reverts #162164