-
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
incr.comp.: Querify WF-checking so it can be cached #46753
Labels
A-incr-comp
Area: Incremental compilation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Comments
michaelwoerister
added
A-incr-comp
Area: Incremental compilation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
labels
Dec 15, 2017
32 tasks
I'm working on this. |
wesleywiser
added a commit
to wesleywiser/rust
that referenced
this issue
Mar 11, 2018
Related to rust-lang#46753
wesleywiser
added a commit
to wesleywiser/rust
that referenced
this issue
Mar 11, 2018
wesleywiser
added a commit
to wesleywiser/rust
that referenced
this issue
Mar 11, 2018
wesleywiser
added a commit
to wesleywiser/rust
that referenced
this issue
Mar 11, 2018
wesleywiser
added a commit
to wesleywiser/rust
that referenced
this issue
Mar 16, 2018
Related to rust-lang#46753
wesleywiser
added a commit
to wesleywiser/rust
that referenced
this issue
Mar 16, 2018
wesleywiser
added a commit
to wesleywiser/rust
that referenced
this issue
Mar 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-incr-comp
Area: Incremental compilation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
At the moment WF checking is not done via a query. As a consequence, we cannot cache it during incremental compilation. Seems like an easy optimization.
cc @nikomatsakis
The text was updated successfully, but these errors were encountered: