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

Project: Code Gen Unit Partitioning #4

Open
wesleywiser opened this issue Sep 14, 2020 · 0 comments
Open

Project: Code Gen Unit Partitioning #4

wesleywiser opened this issue Sep 14, 2020 · 0 comments

Comments

@wesleywiser
Copy link
Member

wesleywiser commented Sep 14, 2020

What

Code Gen Unit (cgu) partitioning is the process of dividing up code for LLVM to compile. This has a huge impact on compilation and runtime performance as it determines what code can be generated in parallel by LLVM and what optimizations LLVM can apply.

Ongoing Work Items

  • @wesleywiser is investigating adding a new partitioning algorithm specifically for debug, incremental builds.
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

No branches or pull requests

1 participant