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

Better choice of LLVM optimization passes #33299

Closed
DemiMarie opened this Issue Apr 30, 2016 · 2 comments

Comments

Projects
None yet
4 participants
@DemiMarie
Copy link
Contributor

DemiMarie commented Apr 30, 2016

LLVM's -O2 and -O3 pipelines are tuned for C and C++ and Rust can almost certainly do better with a custom ordering.

@rkruppe

This comment has been minimized.

Copy link
Member

rkruppe commented May 1, 2016

@Mark-Simulacrum

This comment has been minimized.

Copy link
Member

Mark-Simulacrum commented May 3, 2017

I feel like there's nothing concrete to be done here, and discussions such as these are better left for internals.rust-lang.org, so I'm going to close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.