Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[memprof] Make ContextNode smaller (#116271)
With this patch, sizeof(ContextNode) goes down from 144 to 128. Note that SmallVector<T, 0> uses uint32_t for its capacity and size fields. I could change other instances of std::vector to SmallVector<T, 0>, but that would require updates to many places, so I am leaving them alone for now.
- Loading branch information