-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Transition to valtrees pt1 #97019
Transition to valtrees pt1 #97019
Conversation
Some changes occured to the CTFE / Miri engine cc @rust-lang/miri Some changes occured to the CTFE / Miri engine cc @rust-lang/miri |
|
This comment has been minimized.
This comment has been minimized.
2800a34
to
2a1f40a
Compare
I'm not sure why I get the changes in the submodules. Something must have gone wrong during a rebase, I had some conflicts in submodules and used |
This comment has been minimized.
This comment has been minimized.
Figure out in which commit the submodule change is, and then use |
2a1f40a
to
1ae577e
Compare
Updated the submodule and squashed with the commit that previously had the submodule change. Still have a change in the submodule's |
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.
I went afk mid review and forgot to send it. Will continue on Monday.
This comment has been minimized.
This comment has been minimized.
1ae577e
to
26db3d7
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #97013) made this pull request unmergeable. Please resolve the merge conflicts. |
needs a rebase. Also you got a submodule update somewhere in there, please make sure to remove it during the rebase |
r=me after that |
26db3d7
to
0d1ab44
Compare
0d1ab44
to
2b603fe
Compare
Please squash the commits so there's no back and forth with the submodule |
2b603fe
to
96b36d6
Compare
@oli-obk Can you take another look, please? |
@bors r+ |
📌 Commit 96b36d6 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (cd282d7): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Footnotes |
cachegrind on the
could probably benefit from some targeted |
Compartmentalising #96591 as much as possible.
r? @oli-obk