[all-commits] [llvm/llvm-project] 5e70f4: [lldb/breakpad] Use new line table constructor
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Jan 21 06:04:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5e70f4bdc15960730d0ff2aa167399e36bc64278
https://github.com/llvm/llvm-project/commit/5e70f4bdc15960730d0ff2aa167399e36bc64278
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-01-21 (Tue, 21 Jan 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
Log Message:
-----------
[lldb/breakpad] Use new line table constructor
The old construction method can be quadratic for some inputs. This
approach guarantees a reasonable performance.
More information about the All-commits
mailing list