This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
JDevlieghere marked 2 inline comments as done.
Closed by commit rG12f3d97fc68b: [lldb]
Author: Jonas Devlieghere
Date: 2023-07-29T22:32:24-07:00
New Revision: 12f3d97fc68b304e0efbe183665c0183d9a372b3
URL:
https://github.com/llvm/llvm-project/commit/12f3d97fc68b304e0efbe183665c0183d9a372b3
DIFF:
https://github.com/llvm/llvm-project/commit/12f3d97fc68b304e0efbe183665c0183d9a372b3.d
JDevlieghere created this revision.
JDevlieghere added a reviewer: Michael137.
Herald added a project: All.
JDevlieghere requested review of this revision.
Improve memory usage by reducing the lifetime of CTF types. Once a CTF type has
been converted to a (complete) LLDB type, there's no need to
JDevlieghere marked 2 inline comments as done.
JDevlieghere added inline comments.
Comment at: lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp:508
ctf_record.name.data(), tag_kind,
eLanguageTypeC);
+ m_compiler_types[record_type.GetOpaqueQual
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb9867df64a31: [lldb] Fix CTF parsing of large structs
(authored by JDevlieghere).
Herald added a project: LLDB.
Changed prior to commit:
https://r
Author: Jonas Devlieghere
Date: 2023-07-29T19:37:08-07:00
New Revision: b9867df64a312b2fe248d536d943733b8817ed4f
URL:
https://github.com/llvm/llvm-project/commit/b9867df64a312b2fe248d536d943733b8817ed4f
DIFF:
https://github.com/llvm/llvm-project/commit/b9867df64a312b2fe248d536d943733b8817ed4f.d