llvm-project
8bbd0797
- [clang] Allocate `Module` instances in `BumpPtrAllocator` (#112795)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[clang] Allocate `Module` instances in `BumpPtrAllocator` (#112795) In `clang-scan-deps`, we're creating lots of `Module` instances. Allocating them all in a bump-pointer allocator reduces the number of retired instructions by 1-1.5% on my workload.
References
#112795 - [clang] Allocate `Module` instances in `BumpPtrAllocator`
Author
jansvoboda11
Parents
40c3e583
Loading