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

Stabilize parallel front end #121

Open
1 of 3 tasks
nikomatsakis opened this issue Jul 22, 2024 · 2 comments
Open
1 of 3 tasks

Stabilize parallel front end #121

nikomatsakis opened this issue Jul 22, 2024 · 2 comments

Comments

@nikomatsakis
Copy link
Contributor

nikomatsakis commented Jul 22, 2024

Metadata
Owner(s) @SparrowLii
Team(s) compiler
Goal document 2024h2/parallel-front-end

Summary

We will move rustc's support for parallel front end closer to stability by resolving [ICE] and [deadlock] issues, completing the [test] suit for multithreaded scenario and integrating parallel front end into bootstrap. This fits into our larger goal of improving rustc build times by 20% by leveraging multiple cores and enhance its robustness.

Tasks and status

@nikomatsakis nikomatsakis added this to the 2024h2 milestone Jul 22, 2024
@rust-lang rust-lang locked and limited conversation to collaborators Jul 25, 2024
@nikomatsakis
Copy link
Contributor Author

This issue is intended for status updates only.

For general questions or comments, please contact the owner(s) directly.

@SparrowLii
Copy link
Member

  • Key developments: *
    Use ui test to locate and solve the ICE problem of parallelfront end
    Discussed strategies for customizing and enhancing the compiler testing suit to address hard-to-reproduce bugs
  • Blockers: 
    Many deadlock issues are difficult to reproduce and resolve
  • Help wanted:
    Help test the deadlock code in the issue list and try to reproduce the issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants