Skip to content

Only run analyses when we are going to use their results #912

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

Merged
merged 1 commit into from
Aug 14, 2017

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Aug 14, 2017

Currently, there are various analyses related to deriving various traits that we unconditionally run. However, if we aren't going to derive those traits in codegen, then computing whether or not we can derive the traits is wasteful.

r? @emilio

Currently, there are various analyses related to deriving various traits that we
unconditionally run. However, if we aren't going to derive those traits in
codegen, then computing whether or not we can derive the traits is wasteful.
@emilio
Copy link
Contributor

emilio commented Aug 14, 2017

@bors-servo r+

@bors-servo
Copy link

📌 Commit 949ab27 has been approved by emilio

@bors-servo
Copy link

⌛ Testing commit 949ab27 with merge 492714c...

bors-servo pushed a commit that referenced this pull request Aug 14, 2017
Only run analyses when we are going to use their results

Currently, there are various analyses related to deriving various traits that we unconditionally run. However, if we aren't going to derive those traits in codegen, then computing whether or not we can derive the traits is wasteful.

r? @emilio
@bors-servo
Copy link

☀️ Test successful - status-travis
Approved by: emilio
Pushing 492714c to master...

@bors-servo bors-servo merged commit 949ab27 into rust-lang:master Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants