You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: