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

n-body performance degradation from 1.7 to 1.8 #35

Closed
llogiq opened this issue May 30, 2016 · 5 comments
Closed

n-body performance degradation from 1.7 to 1.8 #35

llogiq opened this issue May 30, 2016 · 5 comments

Comments

@llogiq
Copy link
Contributor

llogiq commented May 30, 2016

Isaac noted this on a rust-users' thread.

14.600s rustc 1.7.0
24.533s rustc 1.8.0

Someone should look into this.

@TeXitoi
Copy link
Owner

TeXitoi commented May 30, 2016

It must be llvm that doesn't auto simd the code.

@crumblingstatue
Copy link
Contributor

Isn't it possible it regressed because of rust-lang/rust#31545?

@TeXitoi
Copy link
Owner

TeXitoi commented Mar 10, 2017

I don't think do, but that's a possibility.

@mati865
Copy link

mati865 commented Sep 10, 2018

Guess this issue doesn't matter anymore after #70?

@TeXitoi
Copy link
Owner

TeXitoi commented Sep 10, 2018

Yep, thanks for the reminder.

@TeXitoi TeXitoi closed this as completed Sep 10, 2018
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

No branches or pull requests

4 participants