-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Remove CombineFields
#131343
Remove CombineFields
#131343
Conversation
changes to the core type system |
This comment has been minimized.
This comment has been minimized.
a32ccf0
to
4b516eb
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #131226) made this pull request unmergeable. Please resolve the merge conflicts. |
// | ||
// Adding any additional field likely requires | ||
// changes to the cache of `TypeRelating`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no 😁 i don't think that's true
r=me after nit and CI |
4b516eb
to
0c5d2f9
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
…s, r=<try> Remove `CombineFields` This conflicts with rust-lang#131263, but if this one lands first then perhaps rust-lang#131263 could then go ahead and remove all the branching on solver in `TypeRelating`. We could perhaps then rename `TypeRelating` to `OldSolverRelating` or something, idk. r? lcnr
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (9580eab): comparison URL. Overall result: ❌✅ regressions and improvements - 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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @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 2.7%)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 (secondary 4.9%)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: 774.76s -> 774.311s (-0.06%) |
The only one that's really bad is the one that (probably?) actually stresses LUB. I'd say this is probably fine 🤷 but I guess @lcnr vibe check? |
yeah, I don't think the deep-vector regression is meaningful and this significantly simplifies a future cleanup, so @bors r+ rollup=never |
…s, r=lcnr Remove `CombineFields` This conflicts with rust-lang#131263, but if this one lands first then perhaps rust-lang#131263 could then go ahead and remove all the branching on solver in `TypeRelating`. We could perhaps then rename `TypeRelating` to `OldSolverRelating` or something, idk. r? lcnr
💔 Test failed - checks-actions |
@bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (3ae715c): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@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 -0.7%)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: 775.495s -> 775.103s (-0.05%) |
This conflicts with #131263, but if this one lands first then perhaps #131263 could then go ahead and remove all the branching on solver in
TypeRelating
. We could perhaps then renameTypeRelating
toOldSolverRelating
or something, idk.r? lcnr