Skip to content

use reset_unifications instead of creating new unification table #50874

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
May 19, 2018

Conversation

nikomatsakis
Copy link
Contributor

This eliminates a hot spot in NLL performance.

@rust-highfive
Copy link
Contributor

r? @estebank

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 18, 2018
@estebank
Copy link
Contributor

r me once travis is happy

@nikomatsakis
Copy link
Contributor Author

@bors r=estebank

I'm that confident.

@bors
Copy link
Collaborator

bors commented May 18, 2018

📌 Commit 7ed0fd7 has been approved by estebank

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 18, 2018
@nikomatsakis
Copy link
Contributor Author

@bors p=1

I'm bumping the priority here because NLL is kinda' important and it's really useful to have the feedback from perf. (I'm of course profiling locally, but it's sometimes hard to translate results.)

@bors
Copy link
Collaborator

bors commented May 19, 2018

⌛ Testing commit 7ed0fd7 with merge c95e1cc...

bors added a commit that referenced this pull request May 19, 2018
use `reset_unifications` instead of creating new unification table

This eliminates a hot spot in NLL performance.
@bors
Copy link
Collaborator

bors commented May 19, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: estebank
Pushing c95e1cc to master...

@bors bors merged commit 7ed0fd7 into rust-lang:master May 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants