Skip to content
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

Disable the null check elimination pass #30165

Merged
merged 1 commit into from
Dec 3, 2015
Merged

Conversation

dotdash
Copy link
Contributor

@dotdash dotdash commented Dec 2, 2015

This pass causes mis-optimizations in some cases and is probably no
longer really important for us, so let's disable it for now.

Fixes #30081

This pass causes mis-optimizations in some cases and is probably no
longer really important for us, so let's disable it for now.

Fixes rust-lang#30081
@rust-highfive
Copy link
Collaborator

r? @brson

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

@alexcrichton
Copy link
Member

@bors: r+ d7ccea6

Thanks!

@brson brson added beta-nominated Nominated for backporting to the compiler in the beta channel. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. I-nominated labels Dec 2, 2015
@brson
Copy link
Contributor

brson commented Dec 2, 2015

This affects beta too.

@brson
Copy link
Contributor

brson commented Dec 2, 2015

cc @rust-lang/compiler

Edit: I'm just going to do the port.

@brson brson added beta-accepted Accepted for backporting to the compiler in the beta channel. and removed I-nominated labels Dec 2, 2015
@brson brson mentioned this pull request Dec 2, 2015
@brson brson removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Dec 2, 2015
@bors
Copy link
Contributor

bors commented Dec 2, 2015

⌛ Testing commit d7ccea6 with merge abfadfe...

bors added a commit that referenced this pull request Dec 2, 2015
This pass causes mis-optimizations in some cases and is probably no
longer really important for us, so let's disable it for now.

Fixes #30081
@bors bors merged commit d7ccea6 into rust-lang:master Dec 3, 2015
@dotdash dotdash deleted the no_null_elim branch January 31, 2016 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants