llvm-project
e2b53643
- [CodeGen] Move CodeGenPGO behind unique_ptr (NFC) (#142155)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
121 days ago
[CodeGen] Move CodeGenPGO behind unique_ptr (NFC) (#142155) The InstrProf headers are very expensive. Avoid including them in all of CodeGen/ by moving the CodeGenPGO member behind a unqiue_ptr. This reduces clang build time by 0.8%.
References
#142155 - [CodeGen] Move CodeGenPGO behind unique_ptr (NFC)
Author
nikic
Parents
9801fdf6
Loading