-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Separate fn signature from fn body in HIR #35078
Copy link
Copy link
Closed
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilation
Milestone
Description
Currently, getting access to a HIR item gives you access to both the function signature and its body. This makes the incremental compilation graph more coarse than it should be. To fix this, the best thing would be to separate things out so that the item is just the external signature, and you have to separately load (e.g., from the HIR map) the body for a fn item. This way we could record that you actually accessed the fn body and track that separately.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilation
Type
Fields
Give feedbackNo fields configured for issues without a type.