-
Notifications
You must be signed in to change notification settings - Fork 549
Open
Labels
A-incr-compArea: incremental compilationArea: incremental compilationA-query-systemArea: query systemArea: query systemE-hardDifficulty: might require advanced knowledgeDifficulty: might require advanced knowledgeT-compilerRelevant to compiler teamRelevant to compiler team
Description
The section on incremental compilation mentions 're-running' a query when one of its inputs is red. We should describe this process ("recovery") in detail. In particular, we should note that this is currently only possible when the query ID can be mapped to a DefPathHash
(this is the case for CrateNum
, LocalDefId
, and DefId
).
spastorino
Metadata
Metadata
Assignees
Labels
A-incr-compArea: incremental compilationArea: incremental compilationA-query-systemArea: query systemArea: query systemE-hardDifficulty: might require advanced knowledgeDifficulty: might require advanced knowledgeT-compilerRelevant to compiler teamRelevant to compiler team