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

Warn on opt-level > 1 #1468

Open
bjorn3 opened this issue Mar 24, 2024 · 0 comments
Open

Warn on opt-level > 1 #1468

bjorn3 opened this issue Mar 24, 2024 · 0 comments
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@bjorn3
Copy link
Member

bjorn3 commented Mar 24, 2024

And once the 128bit int ABI compatibility is fixed suggest using the LLVM backend for the crates that use opt-level > 1.

On multiple occasions people have found significant runtime slowdown from switching to cg_clif. Upon closer inspection it turns out that these projects are using opt-level = 3 for some dependencies or for the entire compilation.

@bjorn3 bjorn3 added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

1 participant