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

Translate MIR to clif ir in parallel with parallel rustc #1489

Merged
merged 2 commits into from
May 11, 2024
Merged

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented May 11, 2024

On dev-desktop the advantage of cg_clif over cg_llvm on simple-raytracer is 15% when parallel rustc is disabled. With -Zthreads=16 the advantage goes from 5% to 22% with this change.

Fixes #1423

On dev-desktop the advantage of cg_clif over cg_llvm on simple-raytracer
is 15% when parallel rustc is disabled. With -Zthreads=16 the advantage
goes from 5% to 22% with this change.
@bjorn3 bjorn3 merged commit 1a2c489 into master May 11, 2024
58 of 64 checks passed
@bjorn3 bjorn3 deleted the parallel_rustc branch May 11, 2024 20:13
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

Successfully merging this pull request may close these issues.

Is "parallel-rustc" already usable with cg_clif?
1 participant