llvm-project
02ade22a - [clang][bytecode] Avoid copying APValue into EvaluationResult (#155757)

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%.
Author
Parents
Loading