[Lldb-commits] [PATCH] D123375: [lldb][intelpt] Reduce trace memory usage by grouping instructions
Alisamar Husain via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 8 03:18:16 PDT 2022
zrthxn created this revision.
zrthxn added reviewers: wallace, jj10306.
Herald added a project: All.
zrthxn requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Grouping instructions with the same high 48 bits and storing prefixes. Simple lookup improved to get xponentially faster instruction address lookups.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123375
Files:
lldb/source/Plugins/Trace/intel-pt/DecodedThread.cpp
lldb/source/Plugins/Trace/intel-pt/DecodedThread.h
lldb/source/Plugins/Trace/intel-pt/IntelPTDecoder.cpp
lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.cpp
lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123375.421472.patch
Type: text/x-patch
Size: 19765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220408/66068076/attachment-0001.bin>
More information about the lldb-commits
mailing list