summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@quicinc.com>2020-08-04 18:03:18 -0500
committerKrzysztof Parzyszek <kparzysz@quicinc.com>2020-08-04 18:06:37 -0500
commit47fe1b63f449827e1171f944b07d0cbebad1de63 (patch)
tree78fe1f528d35955992e1e3e5409a285fc911601d /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentbf82ff61a6dbfec5295d9f24e6b66dcb9a038c6c (diff)
[RDF] Lower the sorting complexity in RDFLiveness::getAllReachingDefs
The sorting is needed, because reaching defs are (logically) ordered, but are not collected in that order. This change will break up the single call to std::sort into a series of smaller sorts, each of which should use a cheaper comparison function than the original.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions