[all-commits] [llvm/llvm-project] 2868ee: [PDB] Use the global BumpPtrAllocator
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Mon May 4 16:15:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2868ee5b3273e203d3b5d170531ecba764b2d610
https://github.com/llvm/llvm-project/commit/2868ee5b3273e203d3b5d170531ecba764b2d610
Author: Reid Kleckner <rnk at google.com>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M lld/COFF/PDB.cpp
Log Message:
-----------
[PDB] Use the global BumpPtrAllocator
Profiling shows that time is spent destroying the allocator member of
PDBLinker, and that is unneeded.
More information about the All-commits
mailing list