llvm-project
02ade22a
- [clang][bytecode] Avoid copying APValue into EvaluationResult (#155757)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
108 days ago
[clang][bytecode] Avoid copying APValue into EvaluationResult (#155757) Move the `APValue` into `EvaluationResult` instead. For a large primitive array (`#embed` of the sqlite3 amalgamation), this improves compile times by around 25%.
References
#155757 - [clang][bytecode] Avoid copying APValue into EvaluationResult
Author
tbaederr
Parents
5d774ec8
Loading