[all-commits] [llvm/llvm-project] e7a371: [LLD][COFF] Avoid std::vector resizes during type ...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Wed Jan 13 11:40:16 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e7a371f9fd0076c187f4cd1a9c7546867faeb19b
https://github.com/llvm/llvm-project/commit/e7a371f9fd0076c187f4cd1a9c7546867faeb19b
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2021-01-13 (Wed, 13 Jan 2021)
Changed paths:
M lld/COFF/DebugTypes.cpp
Log Message:
-----------
[LLD][COFF] Avoid std::vector resizes during type merging
Consistently saves approx. 0.6 sec (out of 18 sec) on a large output (400 MB EXE, 2 GB PDB).
Differential Revision: https://reviews.llvm.org/D94555
More information about the All-commits
mailing list