[all-commits] [llvm/llvm-project] 0bb362: [ELF] --gdb-index: fix memory usage regression aft...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Mar 12 16:55:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0bb362c1649912d3a328dd01c700626d0a9f5a2c
https://github.com/llvm/llvm-project/commit/0bb362c1649912d3a328dd01c700626d0a9f5a2c
Author: Fangrui Song <maskray at google.com>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M lld/ELF/SyntheticSections.cpp
Log Message:
-----------
[ELF] --gdb-index: fix memory usage regression after D74773
On an internal target,
* Before D74773: time -f '%M' => 18275680
* After D74773: time -f '%M' => 22088964
This patch restores to the status before D74773.
More information about the All-commits
mailing list