-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Refactor query forcing #78780
Merged
Merged
Refactor query forcing #78780
Commits on Aug 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5e35fad - Browse repository at this point
Copy the full SHA 5e35fadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0edc775 - Browse repository at this point
Copy the full SHA 0edc775View commit details
Commits on Aug 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cd1cb34 - Browse repository at this point
Copy the full SHA cd1cb34View commit details -
`with_taks_impl` is only called from `with_eval_always_task` and `with_task` . The former is only used in query invocation, while the latter is also used to start the `tcx` and to trigger codegen. This move should not change significantly the number of calls to this assertion.
Configuration menu - View commit details
-
Copy full SHA for c3bf396 - Browse repository at this point
Copy the full SHA c3bf396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d6dec - Browse repository at this point
Copy the full SHA 45d6decView commit details -
Make all query forcing go through try_execute_query.
try_execute_query is now able to centralize the path for query get/ensure/force. try_execute_query now takes the dep_node as a parameter, so it can accommodate `force`. This dep_node is an Option to avoid computing it in the `get` fast path. try_execute_query now returns both the result and the dep_node_index to allow the caller to handle the dep graph. The caller is responsible for marking the dependency.
Configuration menu - View commit details
-
Copy full SHA for 283a8e1 - Browse repository at this point
Copy the full SHA 283a8e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d4eb9 - Browse repository at this point
Copy the full SHA 13d4eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d230400 - Browse repository at this point
Copy the full SHA d230400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 307aaca - Browse repository at this point
Copy the full SHA 307aacaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef4becd - Browse repository at this point
Copy the full SHA ef4becdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c8707 - Browse repository at this point
Copy the full SHA f2c8707View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb3c8f - Browse repository at this point
Copy the full SHA eeb3c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31330bf - Browse repository at this point
Copy the full SHA 31330bfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.