-
Notifications
You must be signed in to change notification settings - Fork 506
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
WIP: rustc changes #489
WIP: rustc changes #489
Conversation
Here are some benchmark results:
|
I think #492 |
I think this was superceded by #569, which we closed, so I'm closing this too. |
This has quite a few changes to rayon_core in order to make it suitable for parallelizing rustc. The primary new feature is that jobs are run inside fibers. This enables rayon to schedule jobs whose dependencies form a DAG. I'm just creating this PR for feedback from humans and bots alike.