diff options
author | Pavel Labath <pavel@labath.sk> | 2020-01-28 15:03:09 +0100 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2020-01-28 15:09:14 +0100 |
commit | bb73210ba9f16c1516f564235c86cbddccd1bd6d (patch) | |
tree | 6475e92d237a6a383903e75f8680f23e3e1026f7 /llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp | |
parent | dba8cd5438c396a3e440a721794656a076033ef6 (diff) | |
download | llvm-bb73210ba9f16c1516f564235c86cbddccd1bd6d.zip llvm-bb73210ba9f16c1516f564235c86cbddccd1bd6d.tar.gz llvm-bb73210ba9f16c1516f564235c86cbddccd1bd6d.tar.bz2 |
[lldb/PDB] Use the new line table constructor
The old method of adding line sequences one by one can easily go
quadratic if the sequences are not perfectly sorted. The equivalent
change in DWARF brought a considerable improvement in line table
parsing. It is not clear if the same will be the case for PDB, but this
does bring us a step closer towards removing the dangerous API.
Diffstat (limited to 'llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions