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

Is "parallel-rustc" already usable with cg_clif? #1423

Closed
frederikhors opened this issue Nov 10, 2023 · 2 comments · Fixed by #1489
Closed

Is "parallel-rustc" already usable with cg_clif? #1423

frederikhors opened this issue Nov 10, 2023 · 2 comments · Fixed by #1489
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. compile-time How fast is the code compiled

Comments

@frederikhors
Copy link

Just a simple question out of curiosity.

Is https://blog.rust-lang.org/2023/11/09/parallel-rustc.html already usable with cg_clif?

@bjorn3
Copy link
Member

bjorn3 commented Nov 10, 2023

Most of this happens before involvement of the codegen backend. This part should works just fine. The LLVM backend also does translation from MIR to LLVM ir in parallel. cg_clif doesn't yet do the translation from MIR to clif ir in parallel.

@bjorn3 bjorn3 added C-enhancement Category: An issue proposing an enhancement or a PR with one. compile-time How fast is the code compiled labels Nov 10, 2023
@bjorn3
Copy link
Member

bjorn3 commented May 11, 2024

Opened #1489 to implement this.

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. compile-time How fast is the code compiled
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants